Skip to content

Commit 01b5ba5

Browse files
Adjusted labels in SlewPoints
1 parent ddd9d4f commit 01b5ba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

OATControl/SlewPointsWindow.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
<Setter Property="BorderThickness" Value="1" />
9393
</Style>
9494
<Style x:Key="IconButtonStyle" TargetType="Button" >
95-
<!--BasedOn="{StaticResource CustomButtonStyle}">-->
9695
<Setter Property="Width" Value="24"/>
9796
<Setter Property="Height" Value="24"/>
9897
<Setter Property="FontSize" Value="17"/>
@@ -446,7 +445,7 @@
446445
Text="{Binding Name}"
447446
Foreground="#B00"
448447
VerticalAlignment="Center"
449-
Padding="2,0"
448+
Padding="6,0,6,2"
450449
MinWidth="120"
451450
Visibility="{Binding IsEditing, Converter={StaticResource BoolToHide}}"/>
452451
<TextBox x:Name="NameTextBox"

0 commit comments

Comments
 (0)