Skip to content

Commit 1f04bb6

Browse files
committed
Merge pull request #1338 from dimitrimitropulos/patch-3
Consistent margin for settings buttons
2 parents a8a6069 + 811c698 commit 1f04bb6

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)