From acd9202389781d863abf05e8e8feb65c7b380300 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 30 Sep 2015 14:44:43 +0200 Subject: GTK3 properties-window: set max-width for value labels taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=ac83942 --- src/file-manager/fm-properties-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/file-manager') diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c index 4ebdeeeb..3c7cb45b 100644 --- a/src/file-manager/fm-properties-window.c +++ b/src/file-manager/fm-properties-window.c @@ -1449,6 +1449,7 @@ attach_label (GtkTable *table, #if GTK_CHECK_VERSION (3, 0, 0) if (ellipsize_text) { gtk_widget_set_hexpand (label_field, TRUE); + gtk_label_set_max_width_chars (GTK_LABEL (label_field), 24); } if (sibling != NULL) { -- cgit v1.2.1