aboutsummaryrefslogtreecommitdiffstats
path: root/community/telegram-desktop/small-sizes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/telegram-desktop/small-sizes.patch')
-rw-r--r--community/telegram-desktop/small-sizes.patch25
1 files changed, 1 insertions, 24 deletions
diff --git a/community/telegram-desktop/small-sizes.patch b/community/telegram-desktop/small-sizes.patch
index 48473996c1b..3149a051a74 100644
--- a/community/telegram-desktop/small-sizes.patch
+++ b/community/telegram-desktop/small-sizes.patch
@@ -1,26 +1,3 @@
-From 675b5d645221bae9d9ad2cc7dd62d30a3b0f95c3 Mon Sep 17 00:00:00 2001
-From: Julian Sparber <julian@sparber.net>
-Date: Thu, 14 Nov 2019 17:36:33 +0100
-Subject: [PATCH] Make it work on small sizes
-
----
- Telegram/SourceFiles/settings/settings_main.cpp | 2 +-
- Telegram/SourceFiles/window/window.style | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Telegram/SourceFiles/settings/settings_main.cpp b/Telegram/SourceFiles/settings/settings_main.cpp
-index 18552902b..c2d8e7a4d 100644
---- a/Telegram/SourceFiles/settings/settings_main.cpp
-+++ b/Telegram/SourceFiles/settings/settings_main.cpp
-@@ -100,7 +100,7 @@ void SetupSections(
- }
-
- bool HasInterfaceScale() {
-- return true;
-+ return false;
- }
-
- void SetupInterfaceScale(
diff --git a/Telegram/SourceFiles/window/window.style b/Telegram/SourceFiles/window/window.style
index b3cd3ae83..29bf8bc3c 100644
--- a/Telegram/SourceFiles/window/window.style
@@ -40,9 +17,9 @@ index b3cd3ae83..29bf8bc3c 100644
columnMaximalWidthLeft: 540px;
-columnMinimalWidthMain: 380px;
+columnMinimalWidthMain: 360px;
- columnDesiredWidthMain: 512px;
columnMinimalWidthThird: 292px;
columnMaximalWidthThird: 392px;
+
--
2.24.1