Skip to content

Commit

Permalink
increase minZ label width
Browse files Browse the repository at this point in the history
close #90
  • Loading branch information
martin2250 committed Mar 21, 2019
1 parent 5386202 commit 1da9910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenCNCPilot/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
<Button Name="ButtonHeightMapPause" Content="Pause" Click="ButtonHeightMapPause_Click" Style="{StaticResource styleButton}" HorizontalAlignment="Right" Margin="0,10,10,0" VerticalAlignment="Top"/>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,32,0,0" VerticalAlignment="Top">
<Label Content="MinZ:" Width="40"/>
<Label Content="0" Width="40" Name="LabelHeightMapMinZ"/>
<Label Content="0" Width="50" Name="LabelHeightMapMinZ"/>
<Label Content="MaxZ:" Width="43"/>
<Label Content="0" Width="40" Name="LabelHeightMapMaxZ"/>
<Label Content="0" Width="50" Name="LabelHeightMapMaxZ"/>
</StackPanel>
</Grid>
</Grid>
Expand Down

0 comments on commit 1da9910

Please sign in to comment.