mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Revert min width 360px back to 380px.
Many visual glitches appeared, for example one in theme previews.
This commit is contained in:
parent
7751f383ca
commit
862093e1dd
1 changed files with 2 additions and 2 deletions
|
@ -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: 360px;
|
windowMinWidth: 380px;
|
||||||
windowMinHeight: 480px;
|
windowMinHeight: 480px;
|
||||||
windowDefaultWidth: 800px;
|
windowDefaultWidth: 800px;
|
||||||
windowDefaultHeight: 600px;
|
windowDefaultHeight: 600px;
|
||||||
|
|
||||||
columnMinimalWidthLeft: 260px;
|
columnMinimalWidthLeft: 260px;
|
||||||
columnMaximalWidthLeft: 540px;
|
columnMaximalWidthLeft: 540px;
|
||||||
columnMinimalWidthMain: 360px;
|
columnMinimalWidthMain: 380px;
|
||||||
columnDesiredWidthMain: 512px;
|
columnDesiredWidthMain: 512px;
|
||||||
columnMinimalWidthThird: 292px;
|
columnMinimalWidthThird: 292px;
|
||||||
columnMaximalWidthThird: 392px;
|
columnMaximalWidthThird: 392px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue