mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Setting Panel Size Limit
This commit is contained in:
parent
8a02049b56
commit
905c15bf79
1 changed files with 1 additions and 2 deletions
|
|
@ -1090,8 +1090,7 @@
|
||||||
<!--#endregion-->
|
<!--#endregion-->
|
||||||
<ContentControl
|
<ContentControl
|
||||||
x:Name="PluginSettingControl"
|
x:Name="PluginSettingControl"
|
||||||
MaxWidth="750"
|
MaxHeight="600"
|
||||||
MaxHeight="550"
|
|
||||||
Margin="0"
|
Margin="0"
|
||||||
Padding="1"
|
Padding="1"
|
||||||
VerticalAlignment="Stretch"
|
VerticalAlignment="Stretch"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue