mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Button Sizes in Explorer Setting Panel
This commit is contained in:
parent
405a33c26a
commit
0b5c77eba2
1 changed files with 5 additions and 5 deletions
|
|
@ -103,7 +103,7 @@
|
|||
<Grid Grid.Row="1">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="350" />
|
||||
<ColumnDefinition Width="450" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
Orientation="Horizontal">
|
||||
<Button
|
||||
x:Name="btnIndexingOptions"
|
||||
Width="130"
|
||||
MinWidth="130"
|
||||
Margin="10"
|
||||
Click="btnOpenIndexingOptions_Click"
|
||||
Content="{DynamicResource plugin_explorer_manageindexoptions}" />
|
||||
|
|
@ -124,19 +124,19 @@
|
|||
Orientation="Horizontal">
|
||||
<Button
|
||||
x:Name="btnDelete"
|
||||
Width="100"
|
||||
MinWidth="100"
|
||||
Margin="10"
|
||||
Click="btnDelete_Click"
|
||||
Content="{DynamicResource plugin_explorer_delete}" />
|
||||
<Button
|
||||
x:Name="btnEdit"
|
||||
Width="100"
|
||||
MinWidth="100"
|
||||
Margin="10"
|
||||
Click="btnEdit_Click"
|
||||
Content="{DynamicResource plugin_explorer_edit}" />
|
||||
<Button
|
||||
x:Name="btnAdd"
|
||||
Width="100"
|
||||
MinWidth="100"
|
||||
Margin="10"
|
||||
Click="btnAdd_Click"
|
||||
Content="{DynamicResource plugin_explorer_add}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue