File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1932
1932
1933
1933
<StackPanel Grid.Row=" 3" >
1934
1934
<Border
1935
+ Height =" 64"
1935
1936
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
+ 
1945
+ </TextBlock >
1946
+ </ItemsControl >
1947
+ </Border >
1948
+ <Border
1949
+ Margin =" 0,0,0,0"
1936
1950
Padding =" 0"
1937
1951
HorizontalAlignment =" Stretch"
1952
+ BorderThickness =" 1,0,1,1"
1953
+ CornerRadius =" 0 0 5 5"
1938
1954
Style =" {DynamicResource SettingGroupBox}" >
1939
1955
<ListBox
1940
1956
Margin =" 12,12,12,12"
2448
2464
Width =" 300"
2449
2465
Height =" 35"
2450
2466
Margin =" 0,0,0,0"
2451
- ValidateKeyGesture =" True"
2452
2467
HorizontalAlignment =" Right"
2453
2468
HorizontalContentAlignment =" Right"
2454
2469
Loaded =" OnPreviewHotkeyControlLoaded"
2455
- LostFocus =" OnPreviewHotkeyControlFocusLost" />
2470
+ LostFocus =" OnPreviewHotkeyControlFocusLost"
2471
+ ValidateKeyGesture =" True" />
2456
2472
<TextBlock Style =" {StaticResource Glyph}" >
2457
2473

2458
2474
</TextBlock >
You can’t perform that action at this time.
0 commit comments