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}"
2547
2547
</ItemsControl >
2548
2548
</Border >
2549
2549
2550
+ <Border Height =" 62" Style =" {DynamicResource SettingGroupBox}" >
2551
+ <ItemsControl Style =" {StaticResource SettingGrid}" >
2552
+ <StackPanel Style =" {StaticResource TextPanel}" >
2553
+ <TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" Icons" />
2554
+ </StackPanel >
2555
+ <TextBlock
2556
+ Margin =" 0,0,-12,0"
2557
+ VerticalAlignment =" Center"
2558
+ Style =" {StaticResource SideTextAbout}" >
2559
+ <Hyperlink NavigateUri =" https://icons8.com" RequestNavigate =" OnRequestNavigate" >
2560
+ <Run Text =" icons8.com" />
2561
+ </Hyperlink >
2562
+
2563
+ </TextBlock >
2564
+ <TextBlock Style =" {StaticResource Glyph}" >
2565
+ 
2566
+ </TextBlock >
2567
+ </ItemsControl >
2568
+ </Border >
2569
+
2550
2570
<Border Style =" {DynamicResource SettingGroupBox}" >
2551
2571
<ItemsControl Style =" {StaticResource SettingGrid}" >
2552
2572
<StackPanel Style =" {StaticResource TextPanel}" >
2573
2593
</ItemsControl >
2574
2594
</Border >
2575
2595
<TextBlock
2576
- Margin =" 14,14,0,0"
2577
- HorizontalAlignment =" Center"
2578
- VerticalAlignment =" Bottom"
2579
- FontSize =" 12"
2580
- Foreground =" {DynamicResource Color15B}"
2581
- TextWrapping =" WrapWithOverflow" >
2582
- <Hyperlink NavigateUri =" https://icons8.com" RequestNavigate =" OnRequestNavigate" >
2583
- <Run Text =" Icons by icons8.com" />
2584
- </Hyperlink >
2585
- </TextBlock >
2586
-
2587
- <TextBlock
2588
- Margin =" 14,4,0,0"
2596
+ Margin =" 14,20,0,0"
2589
2597
HorizontalAlignment =" Center"
2590
2598
VerticalAlignment =" Bottom"
2591
2599
DockPanel.Dock=" Bottom"
You can’t perform that action at this time.
0 commit comments