소스 검색

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"