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
869 B
26 lines
869 B
From ff2b78b14422577618cde828a87fef846de0fdb0 Mon Sep 17 00:00:00 2001
|
|
From: tigro <arkadiy.sheyn@softline.com>
|
|
Date: Fri, 27 Oct 2023 16:28:17 +0300
|
|
Subject: [PATCH 6/6] Grow Left panel size
|
|
|
|
---
|
|
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
index 56a5682..ef867cf 100644
|
|
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
@@ -454,7 +454,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.41.0
|
|
|