summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranarchistcat <anarchistcat@riseup.net>2022-08-07 19:55:28 +0200
committerCorey Berla <corey@berla.me>2022-08-22 20:30:30 +0000
commit2a770c9efc521648370bc832fbacabfe2595668b (patch)
treec282d6d6bf2e791f5e37da30cbe5cabd518b2c89
parent4f3963e6217198ac8d3de085e1ee0088a504676b (diff)
downloadnautilus-2a770c9efc521648370bc832fbacabfe2595668b.tar.gz
properties: Wrap filename by words and characters
Wrap the filename using PANGO_WRAP_WORD_CHAR to ensure long filenames without spaces wrap properly. Fixes #2411
-rw-r--r--src/resources/ui/nautilus-properties-window.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index f137651b0..a1496327f 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -95,6 +95,7 @@
<property name="ellipsize">end</property>
<property name="max-width-chars">24</property>
<property name="wrap">true</property>
+ <property name="wrap-mode">PANGO_WRAP_WORD_CHAR</property>
<property name="lines">3</property>
<property name="justify">center</property>
<style>