mirror of https://github.com/procxx/kepka.git
Make min width 360
This commit is contained in:
parent
d506f10e9f
commit
0b5ac98282
|
@ -10,14 +10,14 @@ using "ui/widgets/widgets.style";
|
||||||
using "history/history.style";
|
using "history/history.style";
|
||||||
using "boxes/boxes.style"; // UserpicButton
|
using "boxes/boxes.style"; // UserpicButton
|
||||||
|
|
||||||
windowMinWidth: 380px;
|
windowMinWidth: 360px;
|
||||||
windowMinHeight: 480px;
|
windowMinHeight: 480px;
|
||||||
windowDefaultWidth: 800px;
|
windowDefaultWidth: 800px;
|
||||||
windowDefaultHeight: 600px;
|
windowDefaultHeight: 600px;
|
||||||
|
|
||||||
columnMinimalWidthLeft: 260px;
|
columnMinimalWidthLeft: 260px;
|
||||||
columnMaximalWidthLeft: 540px;
|
columnMaximalWidthLeft: 540px;
|
||||||
columnMinimalWidthMain: 380px;
|
columnMinimalWidthMain: 360px;
|
||||||
columnDesiredWidthMain: 512px;
|
columnDesiredWidthMain: 512px;
|
||||||
columnMinimalWidthThird: 292px;
|
columnMinimalWidthThird: 292px;
|
||||||
columnMaximalWidthThird: 392px;
|
columnMaximalWidthThird: 392px;
|
||||||
|
|
Loading…
Reference in New Issue