You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
875 B
26 lines
875 B
From fbc9d4a9aeecc4e6dcbdb5104f16c3e7952e9ef5 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Lyubimov <a.lyubimov@softline.com>
|
|
Date: Mon, 19 Feb 2024 13:14:22 +0300
|
|
Subject: [PATCH] Grow Left panel size
|
|
|
|
---
|
|
schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
index f2c2355..cc10e72 100644
|
|
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
@@ -205,7 +205,7 @@
|
|
<description>Menu Height.</description>
|
|
</key>
|
|
<key type="i" name="menu-width">
|
|
- <default>290</default>
|
|
+ <default>390</default>
|
|
<summary>Menu width</summary>
|
|
<description>Menu width.</description>
|
|
</key>
|
|
--
|
|
2.43.2
|
|
|