File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change 14
14
xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
15
15
Title =" {DynamicResource flowlauncher_settings}"
16
16
Width =" 1000"
17
- Height =" 650 "
17
+ Height =" 700 "
18
18
MinWidth =" 900"
19
19
MinHeight =" 600"
20
20
d : DataContext =" {d:DesignInstance vm:SettingWindowViewModel}"
2487
2487
</ItemsControl >
2488
2488
</Border >
2489
2489
2490
+ <Border Height =" 62" Style =" {DynamicResource SettingGroupBox}" >
2491
+ <ItemsControl Style =" {StaticResource SettingGrid}" >
2492
+ <StackPanel Style =" {StaticResource TextPanel}" >
2493
+ <TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" Icons" />
2494
+ </StackPanel >
2495
+ <TextBlock
2496
+ Margin =" 0,0,-12,0"
2497
+ VerticalAlignment =" Center"
2498
+ Style =" {StaticResource SideTextAbout}" >
2499
+ <Hyperlink NavigateUri =" https://icons8.com" RequestNavigate =" OnRequestNavigate" >
2500
+ <Run Text =" icons8.com" />
2501
+ </Hyperlink >
2502
+
2503
+ </TextBlock >
2504
+ <TextBlock Style =" {StaticResource Glyph}" >
2505
+ 
2506
+ </TextBlock >
2507
+ </ItemsControl >
2508
+ </Border >
2509
+
2490
2510
<Border Style =" {DynamicResource SettingGroupBox}" >
2491
2511
<ItemsControl Style =" {StaticResource SettingGrid}" >
2492
2512
<StackPanel Style =" {StaticResource TextPanel}" >
2513
2533
</ItemsControl >
2514
2534
</Border >
2515
2535
<TextBlock
2516
- Margin =" 14,14,0,0"
2517
- HorizontalAlignment =" Center"
2518
- VerticalAlignment =" Bottom"
2519
- FontSize =" 12"
2520
- Foreground =" {DynamicResource Color15B}"
2521
- TextWrapping =" WrapWithOverflow" >
2522
- <Hyperlink NavigateUri =" https://icons8.com" RequestNavigate =" OnRequestNavigate" >
2523
- <Run Text =" Icons by icons8.com" />
2524
- </Hyperlink >
2525
- </TextBlock >
2526
-
2527
- <TextBlock
2528
- Margin =" 14,4,0,0"
2536
+ Margin =" 14,20,0,0"
2529
2537
HorizontalAlignment =" Center"
2530
2538
VerticalAlignment =" Bottom"
2531
2539
DockPanel.Dock=" Bottom"
You can’t perform that action at this time.
0 commit comments