File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 69
69
TextAlignment =" Left"
70
70
TextWrapping =" WrapWithOverflow" />
71
71
</StackPanel >
72
-
73
- <StackPanel Margin =" 0,10,0 ,0" Orientation =" Horizontal" >
74
- <Grid Width = " 470 " >
72
+
73
+ <StackPanel Margin =" 0,10,10 ,0" Orientation =" Horizontal" >
74
+ <Grid >
75
75
<Grid .RowDefinitions>
76
76
<RowDefinition />
77
77
<RowDefinition />
88
88
VerticalAlignment =" Center"
89
89
FontSize =" 14"
90
90
Text =" {DynamicResource flowlauncher_plugin_program_directory}" />
91
- <DockPanel
92
- Grid.Row=" 0"
93
- Grid.Column=" 1"
91
+ <DockPanel
92
+ Grid.Row=" 0"
93
+ Grid.Column=" 1"
94
94
LastChildFill =" True" >
95
95
<Button
96
- Width =" 70"
96
+ MinWidth =" 70"
97
97
HorizontalAlignment =" Right"
98
98
Click =" BrowseButton_Click"
99
- DockPanel.Dock= " Right "
100
- Content = " {DynamicResource flowlauncher_plugin_program_browse} " />
99
+ Content = " {DynamicResource flowlauncher_plugin_program_browse} "
100
+ DockPanel.Dock= " Right " />
101
101
<TextBox
102
102
Name =" Directory"
103
+ MinWidth =" 280"
103
104
Margin =" 10"
104
- VerticalAlignment = " Center "
105
- HorizontalAlignment = " Stretch " />
105
+ HorizontalAlignment = " Stretch "
106
+ VerticalAlignment = " Center " />
106
107
</DockPanel >
107
108
<TextBlock
108
109
Grid.Row=" 1"
112
113
VerticalAlignment =" Center"
113
114
FontSize =" 14"
114
115
Text =" {DynamicResource flowlauncher_plugin_program_enabled}" />
115
- <CheckBox x : Name =" Chkbox"
116
+ <CheckBox
117
+ x : Name =" Chkbox"
116
118
Grid.Row=" 1"
117
119
Grid.Column=" 1"
118
120
Margin =" 10,0"
You can’t perform that action at this time.
0 commit comments