Skip to content

Commit 6ad86f5

Browse files
authored
Merge pull request #1960 from onesounds/ThemeTitleBar
Add Theme Section Title
2 parents ea6622f + 1b1cb42 commit 6ad86f5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,9 +1932,25 @@
19321932

19331933
<StackPanel Grid.Row="3">
19341934
<Border
1935+
Height="64"
19351936
Margin="0,8,0,0"
1937+
CornerRadius="5 5 0 0"
1938+
Style="{DynamicResource SettingGroupBox}">
1939+
<ItemsControl Style="{StaticResource SettingGrid}">
1940+
<StackPanel Style="{StaticResource TextPanel}">
1941+
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource theme}" />
1942+
</StackPanel>
1943+
<TextBlock Style="{StaticResource Glyph}">
1944+
&#xe790;
1945+
</TextBlock>
1946+
</ItemsControl>
1947+
</Border>
1948+
<Border
1949+
Margin="0,0,0,0"
19361950
Padding="0"
19371951
HorizontalAlignment="Stretch"
1952+
BorderThickness="1,0,1,1"
1953+
CornerRadius="0 0 5 5"
19381954
Style="{DynamicResource SettingGroupBox}">
19391955
<ListBox
19401956
Margin="12,12,12,12"
@@ -2448,11 +2464,11 @@
24482464
Width="300"
24492465
Height="35"
24502466
Margin="0,0,0,0"
2451-
ValidateKeyGesture="True"
24522467
HorizontalAlignment="Right"
24532468
HorizontalContentAlignment="Right"
24542469
Loaded="OnPreviewHotkeyControlLoaded"
2455-
LostFocus="OnPreviewHotkeyControlFocusLost" />
2470+
LostFocus="OnPreviewHotkeyControlFocusLost"
2471+
ValidateKeyGesture="True" />
24562472
<TextBlock Style="{StaticResource Glyph}">
24572473
&#xe8a1;
24582474
</TextBlock>

0 commit comments

Comments
 (0)