shortcut: Improve formatting of ranges

Use a centered ellipsis, to make it look nicer.
This commit is contained in:
Matthias Clasen 2015-10-23 07:46:31 -04:00
parent 57057f73e4
commit 71b79f3329

View File

@ -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);
}