We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd9d4f commit 01b5ba5Copy full SHA for 01b5ba5
OATControl/SlewPointsWindow.xaml
@@ -92,7 +92,6 @@
92
<Setter Property="BorderThickness" Value="1" />
93
</Style>
94
<Style x:Key="IconButtonStyle" TargetType="Button" >
95
- <!--BasedOn="{StaticResource CustomButtonStyle}">-->
96
<Setter Property="Width" Value="24"/>
97
<Setter Property="Height" Value="24"/>
98
<Setter Property="FontSize" Value="17"/>
@@ -446,7 +445,7 @@
446
445
Text="{Binding Name}"
447
Foreground="#B00"
448
VerticalAlignment="Center"
449
- Padding="2,0"
+ Padding="6,0,6,2"
450
MinWidth="120"
451
Visibility="{Binding IsEditing, Converter={StaticResource BoolToHide}}"/>
452
<TextBox x:Name="NameTextBox"
0 commit comments