Skip to content

Commit 7ab8f8a

Browse files
ux: resize logs view
1 parent 5042118 commit 7ab8f8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Views/ViewLogs.axaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
xmlns:vm="using:SourceGit.ViewModels"
66
xmlns:v="using:SourceGit.Views"
77
xmlns:c="using:SourceGit.Converters"
8-
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
8+
mc:Ignorable="d" d:DesignWidth="1200" d:DesignHeight="600"
99
x:Class="SourceGit.Views.ViewLogs"
1010
x:DataType="vm:ViewLogs"
1111
x:Name="ThisControl"
1212
Title="{DynamicResource Text.ViewLogs}"
1313
Icon="/App.ico"
14-
Width="800" Height="500"
14+
Width="1200" Height="600"
1515
CanResize="True"
16-
WindowStartupLocation="CenterOwner">
16+
WindowStartupLocation="CenterOwner"
17+
Loaded="OnLoaded">
1718
<Grid RowDefinitions="Auto,*,Auto">
1819
<!-- TitleBar -->
1920
<Grid Grid.Row="0" Height="28" IsVisible="{Binding !#ThisControl.UseSystemWindowFrame}">

0 commit comments

Comments
 (0)