Skip to content

Commit

Permalink
Fix button position
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 committed Dec 5, 2024
1 parent 8c8fef4 commit 19c68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LexText/ParserUI/ParserReportDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</Window.Resources>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Left" Height="40">
<Button Content="{x:Static local:ParserUIStrings.ksSaveReport}"
Expand Down

0 comments on commit 19c68f9

Please sign in to comment.