Skip to content

Commit 6ffdbd2

Browse files
committed
Fixed slight misalignment in parameter box
1 parent d7f1828 commit 6ffdbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompilePalX/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
</DockPanel>
333333
<Grid Grid.Column="2">
334334
<Grid.RowDefinitions>
335-
<RowDefinition Height="36px"/>
335+
<RowDefinition Height="35px"/>
336336
<RowDefinition/>
337337
</Grid.RowDefinitions>
338338
<DockPanel Background="{StaticResource CompilePal.Brushes.GridBackground}" Height="25" Margin="10, 0, 10, 0">

0 commit comments

Comments
 (0)