Skip to content

Commit

Permalink
Make close and minimize buttons the same width
Browse files Browse the repository at this point in the history
  • Loading branch information
gablm committed Sep 29, 2024
1 parent def6737 commit ea61169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CollapseLauncher/XAMLs/MainApp/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<ColumnDefinition />
<ColumnDefinition Width="18" />
<ColumnDefinition Width="32" />
<ColumnDefinition Width="104" />
<ColumnDefinition Width="100" />
</Grid.ColumnDefinitions>
<Grid x:Name="GridBG_IconGrid"
Grid.Column="0"
Expand Down
4 changes: 2 additions & 2 deletions CollapseLauncher/XAMLs/MainApp/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<Grid.Resources>
<ThemeShadow x:Key="CaptionButtonShadow" />
</Grid.Resources>
<Grid Width="88"
<Grid Width="80"
Height="32"
Margin="8,8"
HorizontalAlignment="Right"
Expand All @@ -184,7 +184,7 @@
</Grid.ColumnDefinitions>
<Button x:Name="MinimizeButton"
Grid.Column="0"
Width="48"
Width="40"
Height="32"
x:FieldModifier="internal"
Click="MinimizeButton_Click"
Expand Down

0 comments on commit ea61169

Please sign in to comment.