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 1414 xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
1515 Title =" {DynamicResource flowlauncher_settings}"
1616 Width =" 1000"
17- Height =" 650 "
17+ Height =" 700 "
1818 MinWidth =" 900"
1919 MinHeight =" 600"
2020 d : DataContext =" {d:DesignInstance vm:SettingWindowViewModel}"
24872487 </ItemsControl >
24882488 </Border >
24892489
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+
24902510 <Border Style =" {DynamicResource SettingGroupBox}" >
24912511 <ItemsControl Style =" {StaticResource SettingGrid}" >
24922512 <StackPanel Style =" {StaticResource TextPanel}" >
25132533 </ItemsControl >
25142534 </Border >
25152535 <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"
25292537 HorizontalAlignment =" Center"
25302538 VerticalAlignment =" Bottom"
25312539 DockPanel.Dock=" Bottom"
You can’t perform that action at this time.
0 commit comments