mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-25 12:41:34 +03:00
Added minimum sizes to dock regions
This commit is contained in:
parent
a463149ad7
commit
dc79f4dcef
@ -140,6 +140,8 @@ namespace DarkUI
|
|||||||
|
|
||||||
private void BuildProperties()
|
private void BuildProperties()
|
||||||
{
|
{
|
||||||
|
MinimumSize = new Size(50, 50);
|
||||||
|
|
||||||
switch (DockArea)
|
switch (DockArea)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user