Skip to content

Commit

Permalink
[HaRepacker] margin fixes when displaying editor
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Mar 3, 2021
1 parent c2d4b10 commit 90f72df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HaRepacker/GUI/Panels/MainPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,15 @@
<Grid x:Name="grid" Grid.Column="2" Background="#FFF1F1F1">
<Grid.RowDefinitions>
<RowDefinition Height="40"/>
<RowDefinition Height="40"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*" />
</Grid.RowDefinitions>

<!-- Text box -->
<sharedLib:ChangeableTextBox x:Name="nameBox" Grid.Row="0"
AcceptsReturn="False" Margin="20,0,20,0"
ButtonClicked="nameBox_ButtonClicked"/>
<sharedLib:ChangeableTextBox x:Name="textPropBox" Grid.Row="1"
<sharedLib:ChangeableTextBox x:Name="textPropBox" Grid.Row="1" Height="40"
TextWrap="Wrap" Margin="20,0,20,0" />


Expand Down

0 comments on commit 90f72df

Please sign in to comment.