Skip to content

Commit 0b5c77e

Browse files
committed
Change Button Sizes in Explorer Setting Panel
1 parent 405a33c commit 0b5c77e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<Grid Grid.Row="1">
104104
<Grid.ColumnDefinitions>
105105
<ColumnDefinition Width="*" />
106-
<ColumnDefinition Width="350" />
106+
<ColumnDefinition Width="450" />
107107
</Grid.ColumnDefinitions>
108108
<StackPanel
109109
Grid.Row="1"
@@ -112,7 +112,7 @@
112112
Orientation="Horizontal">
113113
<Button
114114
x:Name="btnIndexingOptions"
115-
Width="130"
115+
MinWidth="130"
116116
Margin="10"
117117
Click="btnOpenIndexingOptions_Click"
118118
Content="{DynamicResource plugin_explorer_manageindexoptions}" />
@@ -124,19 +124,19 @@
124124
Orientation="Horizontal">
125125
<Button
126126
x:Name="btnDelete"
127-
Width="100"
127+
MinWidth="100"
128128
Margin="10"
129129
Click="btnDelete_Click"
130130
Content="{DynamicResource plugin_explorer_delete}" />
131131
<Button
132132
x:Name="btnEdit"
133-
Width="100"
133+
MinWidth="100"
134134
Margin="10"
135135
Click="btnEdit_Click"
136136
Content="{DynamicResource plugin_explorer_edit}" />
137137
<Button
138138
x:Name="btnAdd"
139-
Width="100"
139+
MinWidth="100"
140140
Margin="10"
141141
Click="btnAdd_Click"
142142
Content="{DynamicResource plugin_explorer_add}" />

0 commit comments

Comments
 (0)