22 lines
747 B
Diff
22 lines
747 B
Diff
From: Adrien Plazas <kekun.plazas@laposte.net>
|
|
Date: Wed, 11 Dec 2019 14:48:15 +0100
|
|
Subject: properties-view: Reduce the label width chars
|
|
|
|
This allows the window to fit phones.
|
|
---
|
|
properties/ev-properties-view.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c
|
|
index 04aa656..972027a 100644
|
|
--- a/properties/ev-properties-view.c
|
|
+++ b/properties/ev-properties-view.c
|
|
@@ -208,7 +208,7 @@ set_property (EvPropertiesView *properties,
|
|
|
|
g_object_set (G_OBJECT (value_label),
|
|
"xalign", 0.0,
|
|
- "width_chars", 25,
|
|
+ "width_chars", 20,
|
|
"selectable", TRUE,
|
|
"ellipsize", PANGO_ELLIPSIZE_END,
|
|
"hexpand", TRUE,
|