File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Plugins/Flow.Launcher.Plugin.PluginsManager/Views Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 d : DesignHeight =" 450"
88 d : DesignWidth =" 800"
99 mc : Ignorable =" d" >
10- <Grid Margin =" 70 15 18 15 " >
10+ <Grid Margin =" {StaticResource SettingPanelMargin} " >
1111 <Grid .ColumnDefinitions />
1212 <Grid .RowDefinitions>
1313 <RowDefinition Height =" auto" />
1414 <RowDefinition Height =" auto" />
1515 </Grid .RowDefinitions>
1616 <CheckBox
1717 Grid.Row=" 0"
18- Padding = " 8 0 0 0 "
18+ Margin = " {StaticResource SettingPanelItemRightTopBottomMargin} "
1919 Content =" {DynamicResource plugin_pluginsmanager_plugin_settings_unknown_source}"
2020 IsChecked =" {Binding WarnFromUnknownSource}" />
2121 <CheckBox
2222 Grid.Row=" 1"
23- Margin =" 0 10 0 0"
24- Padding =" 8 0 0 0"
23+ Margin =" {StaticResource SettingPanelItemRightTopBottomMargin}"
2524 Content =" {DynamicResource plugin_pluginsmanager_plugin_settings_auto_restart}"
2625 IsChecked =" {Binding AutoRestartAfterChanging}" />
2726 </Grid >
You can’t perform that action at this time.
0 commit comments