Skip to content

Commit

Permalink
Small visual improvements in InstUserFirstDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jan 29, 2016
1 parent 6ed5c58 commit bcd1e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/users/dialogs/inst_user_first.rb
Expand Up @@ -496,10 +496,11 @@ def new_user_option
RadioButton(
Id(:new_user),
Opt(:notify),
"Create new user",
"Create New User",
action == :new_user
)
),
VSpacing(0.3),
Left(
HBox(
HSpacing(5),
Expand All @@ -521,6 +522,7 @@ def import_option
action == :import
)
),
VSpacing(0.3),
Left(
HBox(
HSpacing(5),
Expand Down

0 comments on commit bcd1e47

Please sign in to comment.