ux: limit the minimal width/height of resizable panels (#619)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-10-29 16:51:54 +08:00
parent acd61f49a8
commit ee20eba047
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<Grid.ColumnDefinitions>
<ColumnDefinition Width="{Binding Source={x:Static vm:Preference.Instance}, Path=Layout.WorkingCopyLeftWidth, Mode=TwoWay}" MinWidth="300"/>
<ColumnDefinition Width="5"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*" MinWidth="300"/>
</Grid.ColumnDefinitions>
<!-- Left -->