浏览代码

Fix duplicate setting

Daniel Chalmers 1 年之前
父节点
当前提交
95cbc0c17e
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      DesktopClock/SettingsWindow.xaml

+ 0 - 6
DesktopClock/SettingsWindow.xaml

@@ -195,12 +195,6 @@
                            FontSize="10"
                            Margin="0,0,0,12" />
 
-                <CheckBox Content="Right Aligned" IsChecked="{Binding Settings.RightAligned, Mode=TwoWay}" />
-                <TextBlock Text="Experimental: Keeps the clock window aligned to the right when the size changes."
-                           FontStyle="Italic"
-                           FontSize="10"
-                           Margin="0,0,0,12" />
-
                 <CheckBox Content="Burn-in Mitigation" IsChecked="{Binding Settings.BurnInMitigation, Mode=TwoWay}" />
                 <TextBlock Text="Experimental: Shifts the clock periodically in order to reduce screen burn-in."
                            FontStyle="Italic"