Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ModManager] Adjust spacing of applied modlist's buttons #268

Merged
merged 1 commit into from
Jul 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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