[Xfce4-commits] [apps/xfce4-terminal] 01/01: Make double click chars setting more compact

noreply at xfce.org noreply at xfce.org
Wed Jan 18 17:48:19 CET 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 6d14f98b189b768f0fa8f529c55646992c342d53
Author: Igor <f2404 at yandex.ru>
Date:   Wed Jan 18 19:48:14 2017 +0300

    Make double click chars setting more compact
---
 terminal/terminal-preferences.glade | 33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

diff --git a/terminal/terminal-preferences.glade b/terminal/terminal-preferences.glade
index e32cf69..de9a198 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -2898,23 +2898,24 @@ different terminal behavior.</property>
                         <property name="can_focus">False</property>
                         <property name="left_padding">12</property>
                         <child>
-                          <object class="GtkBox" id="vbox14">
+                          <object class="GtkBox" id="hbox8">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="border_width">6</property>
-                            <property name="orientation">vertical</property>
                             <property name="spacing">6</property>
                             <child>
                               <object class="GtkLabel" id="label30">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="label" translatable="yes">Consider the following characters part of a _word
+                                <property name="halign">start</property>
+                                <property name="label" translatable="yes">Consider the following
+characters part of a _word
 when double clicking:</property>
                                 <property name="use_underline">True</property>
                                 <property name="mnemonic_widget">word-chars</property>
                               </object>
                               <packing>
-                                <property name="expand">True</property>
+                                <property name="expand">False</property>
                                 <property name="fill">True</property>
                                 <property name="position">0</property>
                               </packing>
@@ -2923,6 +2924,7 @@ when double clicking:</property>
                               <object class="GtkEntry" id="word-chars">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
+                                <property name="valign">center</property>
                                 <property name="invisible_char">•</property>
                                 <property name="primary_icon_activatable">False</property>
                                 <property name="secondary_icon_activatable">False</property>
@@ -2934,25 +2936,18 @@ when double clicking:</property>
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkAlignment" id="alignment8">
+                              <object class="GtkButton" id="reset-word-chars">
+                                <property name="label" translatable="yes">Rese_t</property>
                                 <property name="visible">True</property>
-                                <property name="can_focus">False</property>
-                                <property name="xalign">0</property>
-                                <property name="xscale">0</property>
-                                <property name="yscale">0</property>
-                                <child>
-                                  <object class="GtkButton" id="reset-word-chars">
-                                    <property name="label" translatable="yes">Rese_t double click options to defaults</property>
-                                    <property name="visible">True</property>
-                                    <property name="can_focus">True</property>
-                                    <property name="receives_default">True</property>
-                                    <property name="use_underline">True</property>
-                                  </object>
-                                </child>
+                                <property name="can_focus">True</property>
+                                <property name="receives_default">True</property>
+                                <property name="tooltip_text" translatable="yes">Reset double click options to defaults</property>
+                                <property name="valign">center</property>
+                                <property name="use_underline">True</property>
                               </object>
                               <packing>
                                 <property name="expand">False</property>
-                                <property name="fill">False</property>
+                                <property name="fill">True</property>
                                 <property name="position">2</property>
                               </packing>
                             </child>

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


More information about the Xfce4-commits mailing list