Skip to content

Commit 811c698

Browse files
committed
Consistent margin for settings buttons
1 parent 7b4201f commit 811c698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetailCoder.VBE/UI/Settings/SettingsControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
</Grid.ColumnDefinitions>
144144
<Button Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=Settings_ResetSettings}"
145145
Height="20"
146-
Margin="10,0"
147-
Padding="5,0"
146+
Margin="5,0"
147+
Padding="10,0"
148148
Command="{Binding ResetButtonCommand}" />
149149
<Button Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=OK}"
150150
Grid.Column="1"

0 commit comments

Comments
 (0)