Explorar o código

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

Kenric Nugteren %!s(int64=2) %!d(string=hai) anos
pai
achega
98b0b34780
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"