Skip to content

Commit

Permalink
Fixed slight misalignment in parameter box
Browse files Browse the repository at this point in the history
  • Loading branch information
Exactol committed Jan 8, 2023
1 parent d7f1828 commit 6ffdbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompilePalX/MainWindow.xaml
Expand Up @@ -332,7 +332,7 @@
</DockPanel>
<Grid Grid.Column="2">
<Grid.RowDefinitions>
<RowDefinition Height="36px"/>
<RowDefinition Height="35px"/>
<RowDefinition/>
</Grid.RowDefinitions>
<DockPanel Background="{StaticResource CompilePal.Brushes.GridBackground}" Height="25" Margin="10, 0, 10, 0">
Expand Down

0 comments on commit 6ffdbd2

Please sign in to comment.