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:
parent
fb951ff9b5
commit
efde11a0f3
@ -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
|
@ -411,7 +411,7 @@ StScrollBar {
|
||||
|
||||
.popup-menu-ornament {
|
||||
text-align: right;
|
||||
width: 1em; }
|
||||
width: 1.2em; }
|
||||
|
||||
.popup-menu-boxpointer,
|
||||
.candidate-popup-boxpointer {
|
||||
|
Loading…
Reference in New Issue
Block a user