Browse Source

Merge pull request #30 from CPKreuz/resizingIssue

Changed GridDefinition sizes
Krzysztof Krysiński 5 years ago
parent
commit
10dfbf918c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      PixiEditor/Views/MainWindow.xaml

+ 6 - 6
PixiEditor/Views/MainWindow.xaml

@@ -51,15 +51,15 @@
     </i:Interaction.Triggers>
     <Grid Name="mainGrid" Margin="5">
         <Grid.ColumnDefinitions>
-            <ColumnDefinition Width="37*" />
-            <ColumnDefinition Width="1263*" />
+            <ColumnDefinition Width="45" />
+            <ColumnDefinition Width="1*" />
             <ColumnDefinition Width="290" />
         </Grid.ColumnDefinitions>
         <Grid.RowDefinitions>
-            <RowDefinition Height="35*" />
-            <RowDefinition Height="17*" />
-            <RowDefinition Height="908*" />
-            <RowDefinition Height="30*" />
+            <RowDefinition Height="30" />
+            <RowDefinition Height="40" />
+            <RowDefinition Height="1*" />
+            <RowDefinition Height="30" />
         </Grid.RowDefinitions>
 
         <DockPanel Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Background="{StaticResource MainColor}">