Преглед изворни кода

Changed cancel button of ProgressForm to be Light Yellow instead of Transparent

Kenric Nugteren пре 1 година
родитељ
комит
98b0b34780
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      inabox.wpf/ProgressWindow/ProgressForm.xaml

+ 1 - 1
inabox.wpf/ProgressWindow/ProgressForm.xaml

@@ -52,7 +52,7 @@
                 Background="Transparent" />
 
             <Button x:Name="CancelButton" Style="{StaticResource RoundButton}"
-                    Background="Transparent"
+                    Background="LightYellow"
                     Content="{Binding ElementName=Window,Path=CancelText}"
                     Visibility="{Binding ElementName=Window,Path=CancelButtonVisibility}"
                     Padding="5" Margin="5"