Skip to content

Commit

Permalink
fix: changed default window width to better show controls
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbait committed Apr 9, 2023
1 parent 3a8616c commit 21b5900
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<userSettings>
<robocopy_gui.Properties.Settings>
<setting name="MainWindowWidth" serializeAs="String">
<value>1020</value>
<value>1280</value>
</setting>
<setting name="MainWindowHeight" serializeAs="String">
<value>600</value>
Expand Down
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TextElement.FontWeight="Medium"
TextElement.FontSize="14"
FontFamily="{materialDesign:MaterialDesignFont}"
Title="Robocopy GUI" Height="600" Width="1020" Closing="Window_Closing">
Title="Robocopy GUI" Height="600" Width="1280" Closing="Window_Closing">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
Expand Down
4 changes: 2 additions & 2 deletions Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="MainWindowWidth" Type="System.Double" Scope="User">
<Value Profile="(Default)">1020</Value>
<Value Profile="(Default)">1280</Value>
</Setting>
<Setting Name="MainWindowHeight" Type="System.Double" Scope="User">
<Value Profile="(Default)">600</Value>
Expand Down

0 comments on commit 21b5900

Please sign in to comment.