File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 103
103
<Grid Grid.Row=" 1" >
104
104
<Grid .ColumnDefinitions>
105
105
<ColumnDefinition Width =" *" />
106
- <ColumnDefinition Width =" 350 " />
106
+ <ColumnDefinition Width =" 450 " />
107
107
</Grid .ColumnDefinitions>
108
108
<StackPanel
109
109
Grid.Row=" 1"
112
112
Orientation =" Horizontal" >
113
113
<Button
114
114
x : Name =" btnIndexingOptions"
115
- Width =" 130"
115
+ MinWidth =" 130"
116
116
Margin =" 10"
117
117
Click =" btnOpenIndexingOptions_Click"
118
118
Content =" {DynamicResource plugin_explorer_manageindexoptions}" />
124
124
Orientation =" Horizontal" >
125
125
<Button
126
126
x : Name =" btnDelete"
127
- Width =" 100"
127
+ MinWidth =" 100"
128
128
Margin =" 10"
129
129
Click =" btnDelete_Click"
130
130
Content =" {DynamicResource plugin_explorer_delete}" />
131
131
<Button
132
132
x : Name =" btnEdit"
133
- Width =" 100"
133
+ MinWidth =" 100"
134
134
Margin =" 10"
135
135
Click =" btnEdit_Click"
136
136
Content =" {DynamicResource plugin_explorer_edit}" />
137
137
<Button
138
138
x : Name =" btnAdd"
139
- Width =" 100"
139
+ MinWidth =" 100"
140
140
Margin =" 10"
141
141
Click =" btnAdd_Click"
142
142
Content =" {DynamicResource plugin_explorer_add}" />
You can’t perform that action at this time.
0 commit comments