summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2020-07-26 19:46:24 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-08-05 13:48:11 +0000
commitc19b6a6d81c141df0df11efc4e8f2a7dd31eba72 (patch)
tree55fd2b8fbe54477eb21ffe8707bbda8fb10ad02f
parent61d233d8e6ee2e1dc19dd5d20dc05e96a8a287a0 (diff)
downloadnautilus-c19b6a6d81c141df0df11efc4e8f2a7dd31eba72.tar.gz
properties-window: Reduce Open With natural width
The Open With tab makes the whole dialog wider than it needs to be, making other labs look stretched. This is because the label has a very high natural width, in spite of wrapping, which is attributable to the max-width-chars property. So, halve the value of that propert to give the Properties window a more fitting natural width.
-rw-r--r--src/resources/ui/nautilus-properties-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 35ed31ecb..e52704812 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -1258,7 +1258,7 @@
<property name="can_focus">False</property>
<property name="wrap">True</property>
<property name="wrap_mode">word-char</property>
- <property name="max_width_chars">60</property>
+ <property name="max_width_chars">30</property>
<property name="xalign">0</property>
</object>
<packing>