[Xfce4-commits] [apps/xfce4-terminal] 01/01: Improve label layout in preferences dialog.

noreply at xfce.org noreply at xfce.org
Sat Apr 15 15:12:04 CEST 2017


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit f6ba726f5e3ff6a3540827a18f5fbcbe6b31e633
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Fri Apr 14 16:56:40 2017 +0100

    Improve label layout in preferences dialog.
    
    Restrict maximum label width to 80 characters.
    
    Signed-off-by: Igor <f2404 at yandex.ru>
---
 terminal/terminal-preferences.glade | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/terminal/terminal-preferences.glade b/terminal/terminal-preferences.glade
index ef4fc23..78f5df8 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -2695,7 +2695,8 @@ incorrectly. They are only here to allow you to work around
 certain applications and operating systems that expect
 different terminal behavior.</property>
                                     <property name="wrap">True</property>
-                                    <property name="ellipsize">end</property>
+                                    <property name="ellipsize">none</property>
+                                    <property name="max-width-chars">80</property>
                                   </object>
                                   <packing>
                                     <property name="expand">False</property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list