[gnome-shell-sass] common: Make menu ornament slightly wider



commit 23e0bc1e71d0cd84d580916638ec5755f2f2d4e1
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jul 30 16:08:03 2015 +0200

    common: Make menu ornament slightly wider
    
    The existing width works well enough for a narrow character like the dot,
    but doesn't leave any whitespace for a wider one like the checkmark.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741366

 _common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 6b934eb..3abb6ed 100644
--- a/_common.scss
+++ b/_common.scss
@@ -459,7 +459,7 @@ StScrollBar {
 
   .popup-menu-ornament {
     text-align: right;
-    width: 1em;
+    width: 1.2em;
   }
   .popup-menu-boxpointer,
   .candidate-popup-boxpointer {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]