Skip to content

Commit

Permalink
Merge pull request #109 from lastbattle/staging
Browse files Browse the repository at this point in the history
[HaRepacker] margin fixes when displaying editor
  • Loading branch information
lastbattle authored Mar 4, 2021
2 parents 22f62e7 + 90f72df commit 9dadd45
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 9dadd45

Please sign in to comment.