mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
25 lines
714 B
Diff
25 lines
714 B
Diff
diff --git a/Telegram/SourceFiles/window/window.style b/Telegram/SourceFiles/window/window.style
|
|
index b3cd3ae83..29bf8bc3c 100644
|
|
--- a/Telegram/SourceFiles/window/window.style
|
|
+++ b/Telegram/SourceFiles/window/window.style
|
|
@@ -10,7 +10,7 @@ using "basic.style";
|
|
using "ui/widgets/widgets.style";
|
|
using "history/history.style";
|
|
|
|
-windowMinWidth: 380px;
|
|
+windowMinWidth: 360px;
|
|
windowMinHeight: 480px;
|
|
windowDefaultWidth: 800px;
|
|
windowDefaultHeight: 600px;
|
|
@@ -19,7 +19,7 @@ windowShadowShift: 1px;
|
|
|
|
columnMinimalWidthLeft: 260px;
|
|
columnMaximalWidthLeft: 540px;
|
|
-columnMinimalWidthMain: 380px;
|
|
+columnMinimalWidthMain: 360px;
|
|
columnMinimalWidthThird: 292px;
|
|
columnMaximalWidthThird: 392px;
|
|
|
|
--
|
|
2.24.1
|
|
|