[gtk+] shortcut: Improve formatting of ranges
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] shortcut: Improve formatting of ranges
- Date: Fri, 23 Oct 2015 11:46:52 +0000 (UTC)
commit 71b79f33292ba677402605c9fa2b0d6db2274286
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 23 07:46:31 2015 -0400
shortcut: Improve formatting of ranges
Use a centered ellipsis, to make it look nicer.
gtk/gtkshortcutlabel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkshortcutlabel.c b/gtk/gtkshortcutlabel.c
index 99c8666..907761c 100644
--- a/gtk/gtkshortcutlabel.c
+++ b/gtk/gtkshortcutlabel.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]