forked from AuroraMiddleware/gtk
shortcut: Improve formatting of ranges
Use a centered ellipsis, to make it look nicer.
This commit is contained in:
parent
57057f73e4
commit
71b79f3329
@ -241,7 +241,7 @@ gtk_shortcut_label_rebuild (GtkShortcutLabel *self)
|
||||
if (modifier2 == modifier)
|
||||
modifier2 = 0;
|
||||
|
||||
gtk_container_add (GTK_CONTAINER (self), dim_label ("…"));
|
||||
gtk_container_add (GTK_CONTAINER (self), dim_label ("⋯"));
|
||||
|
||||
display_shortcut (GTK_CONTAINER (self), key2, modifier2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user