mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused Grid.ColumnDefinitions from settings XAML
Cleaned up PluginsManagerSettings.xaml and SettingsControl.xaml by removing empty <Grid.ColumnDefinitions /> elements. This reduces unnecessary markup since only row definitions are used.
This commit is contained in:
parent
3e8a03456c
commit
bf3b660772
2 changed files with 0 additions and 2 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
d:DesignWidth="800"
|
d:DesignWidth="800"
|
||||||
mc:Ignorable="d">
|
mc:Ignorable="d">
|
||||||
<Grid Margin="{StaticResource SettingPanelMargin}">
|
<Grid Margin="{StaticResource SettingPanelMargin}">
|
||||||
<Grid.ColumnDefinitions />
|
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="auto" />
|
<RowDefinition Height="auto" />
|
||||||
<RowDefinition Height="auto" />
|
<RowDefinition Height="auto" />
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
mc:Ignorable="d">
|
mc:Ignorable="d">
|
||||||
|
|
||||||
<Grid Margin="{StaticResource SettingPanelMargin}">
|
<Grid Margin="{StaticResource SettingPanelMargin}">
|
||||||
<Grid.ColumnDefinitions />
|
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="auto" />
|
<RowDefinition Height="auto" />
|
||||||
<RowDefinition Height="auto" />
|
<RowDefinition Height="auto" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue