theme: 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
This commit is contained in:
Florian Müllner 2015-07-30 17:25:59 +02:00
parent fb951ff9b5
commit efde11a0f3
3 changed files with 3 additions and 3 deletions

View File

@ -411,7 +411,7 @@ StScrollBar {
.popup-menu-ornament {
text-align: right;
width: 1em; }
width: 1.2em; }
.popup-menu-boxpointer,
.candidate-popup-boxpointer {

@ -1 +1 @@
Subproject commit f0a0d1d3537912f41fef5aaa18b36cbd80b9b64f
Subproject commit 23e0bc1e71d0cd84d580916638ec5755f2f2d4e1

View File

@ -411,7 +411,7 @@ StScrollBar {
.popup-menu-ornament {
text-align: right;
width: 1em; }
width: 1.2em; }
.popup-menu-boxpointer,
.candidate-popup-boxpointer {