浏览代码

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"