Skip to content

Commit 75c2577

Browse files
committed
Add Time/Date Format Preview Textblock
1 parent 677c546 commit 75c2577

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,6 +2175,12 @@
21752175
Grid.Row="0"
21762176
Grid.Column="2"
21772177
Orientation="Horizontal">
2178+
<TextBlock
2179+
Margin="0,0,10,0"
2180+
VerticalAlignment="Center"
2181+
FontSize="14"
2182+
Foreground="{DynamicResource Color04B}"
2183+
Text="{Binding ClockText}" />
21782184
<ComboBox
21792185
x:Name="TimeFormat"
21802186
Grid.Column="2"
@@ -2211,6 +2217,12 @@
22112217
Grid.Row="0"
22122218
Grid.Column="2"
22132219
Orientation="Horizontal">
2220+
<TextBlock
2221+
Margin="0,0,10,0"
2222+
VerticalAlignment="Center"
2223+
FontSize="14"
2224+
Foreground="{DynamicResource Color04B}"
2225+
Text="{Binding DateText}" />
22142226
<ComboBox
22152227
x:Name="DateFormat"
22162228
Grid.Column="2"

0 commit comments

Comments
 (0)