Преглед на файлове

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"