Skip to content

Commit

Permalink
don't add spacer before git repo checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 8, 2012
1 parent 786b79e commit 5563db1
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -105,9 +105,7 @@ public void onChange(ChangeEvent event)
chkGitInit_ = new CheckBox("Create a git repository for this project");
chkGitInit_.addStyleName(styles.wizardCheckbox());
if (sessionInfo.isVcsAvailable(VCSConstants.GIT_ID))
{
addSpacer();

{
UIPrefs uiPrefs = RStudioGinjector.INSTANCE.getUIPrefs();
chkGitInit_.setValue(uiPrefs.newProjGitInit().getValue());

Expand Down

0 comments on commit 5563db1

Please sign in to comment.