[nautilus] Wrap a long label
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Wrap a long label
- Date: Sun, 23 Aug 2015 16:50:32 +0000 (UTC)
commit f40609dde9c47f2c6a1e06f0b2e9f126171d22f4
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 19 06:56:29 2015 -0400
Wrap a long label
Some of the labels in the preferences tends to have very long
labels. Limit their width to 65 characters and allow them to break.
https://bugzilla.gnome.org/show_bug.cgi?id=739736
src/nautilus-file-management-properties.ui | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-file-management-properties.ui b/src/nautilus-file-management-properties.ui
index fb1856f..4127e1f 100644
--- a/src/nautilus-file-management-properties.ui
+++ b/src/nautilus-file-management-properties.ui
@@ -481,6 +481,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
+ <property name="wrap">True</property>
+ <property name="max-width-chars">65</property>
<property name="label" translatable="yes">Choose the order of information to
appear beneath icon names. More information will appear when zooming in closer.</property>
<property name="wrap">True</property>
</object>
@@ -700,6 +702,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
+ <property name="wrap">True</property>
+ <property name="max-width-chars">65</property>
<property name="label" translatable="yes">Choose the order of information to
appear in the list view.</property>
<property name="wrap">True</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]