Skip to content

Commit

Permalink
[ModManager] Adjust spacing of applied modlist's buttons (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed Jul 15, 2023
1 parent be93dbf commit 84dec79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FrostyModManager/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1352,10 +1352,9 @@
RenderOptions.EdgeMode="Aliased">
<StackPanel VerticalAlignment="Center"
Orientation="Horizontal"
Margin="6,0,6,0">
Margin="4,0,4,0">
<!-- Down Button -->
<Button x:Name="downButton"
Margin="4,0,0,0"
IsEnabled="False"
Click="downButton_Click"
ToolTip="Move mod down in list &#x0a;Shift click to move down 5 spaces &#x0a;Ctrl Shift click to move to bottom">
Expand All @@ -1372,7 +1371,6 @@
</Button>
<!-- Remove Button -->
<Button x:Name="removeButton"
Margin="4,0,0,0"
IsEnabled="False"
Click="removeButton_Click"
ToolTip="Remove mod from list">
Expand Down

0 comments on commit 84dec79

Please sign in to comment.