[Xfce4-commits] [apps/xfce4-terminal] 01/01: Increase default length of columns and rows input fields
noreply at xfce.org
noreply at xfce.org
Tue Jun 28 08:44:11 CEST 2016
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 67264ad5cc50dd8b5401251708b12772c8795cf6
Author: Igor <f2404 at yandex.ru>
Date: Tue Jun 28 09:43:53 2016 +0300
Increase default length of columns and rows input fields
This allows 3-digit values not to be truncated when entered into these fields.
---
terminal/terminal-preferences.glade | 2 ++
1 file changed, 2 insertions(+)
diff --git a/terminal/terminal-preferences.glade b/terminal/terminal-preferences.glade
index 3f161aa..7962822 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -1580,6 +1580,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="width_chars">5</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">geo-columns</property>
@@ -1621,6 +1622,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="width_chars">5</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">geo-rows</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list