[gnome-shell] app-well: Set menu width
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] app-well: Set menu width
- Date: Mon, 13 Oct 2014 13:39:41 +0000 (UTC)
commit 0bec76b6ee7637e96cb485406b62c76d47cbaa30
Author: Adel Gadllah <adel gadllah gmail com>
Date: Sun Oct 12 09:41:30 2014 +0200
app-well: Set menu width
Currently the app well menu has unrestricted with which can cause it to grow
with long window titles and can even go offscreen that way.
So set a max size, long titles will now be properly elipised.
https://bugzilla.gnome.org/show_bug.cgi?id=738054
data/theme/gnome-shell.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 843ed6c..bb5d2c4 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -232,6 +232,10 @@ StScrollBar StButton#vhandle:active {
border-width: 0px;
}
+.app-well-menu {
+ max-width: 400px;
+}
+
/* The remaining popup-menu sizing is all done in ems, so that if you
* override .popup-menu.font-size, everything else will scale with it.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]