File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Flow.Launcher.Core/Plugin
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,8 @@ public void Save()
325
325
{
326
326
var textBox = new TextBox ( )
327
327
{
328
- MaxHeight = 150 ,
329
- MinWidth = SettingPanelTextBlockMinWidth ,
328
+ MinHeight = 150 ,
329
+ MinWidth = 240 ,
330
330
HorizontalAlignment = HorizontalAlignment . Left ,
331
331
VerticalAlignment = VerticalAlignment . Center ,
332
332
Margin = SettingPanelItemLeftTopBottomMargin ,
Original file line number Diff line number Diff line change 358
358
Grid.Row=" 15"
359
359
Grid.Column=" 0"
360
360
Grid.ColumnSpan=" 2"
361
- MinWidth =" {StaticResource SettingPanelTextBlockMinWidth} "
362
- MaxHeight =" 150"
361
+ MinWidth =" 240 "
362
+ MinHeight =" 150"
363
363
Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
364
364
HorizontalAlignment =" Left"
365
365
AcceptsReturn =" True"
378
378
Grid.Row=" 17"
379
379
Grid.Column=" 0"
380
380
Grid.ColumnSpan=" 2"
381
- MinWidth =" {StaticResource SettingPanelTextBlockMinWidth} "
382
- MaxHeight =" 150"
381
+ MinWidth =" 240 "
382
+ MinHeight =" 150"
383
383
Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
384
384
HorizontalAlignment =" Left"
385
385
AcceptsReturn =" True"
You can’t perform that action at this time.
0 commit comments