[gnome-terminal] profile: Increase maximum of default column prefs



commit 6ce351d90694d50f91c1b73ae72cc64e2505d598
Author: Christian Persch <chpe gnome org>
Date:   Sun Feb 14 11:01:44 2016 +0100

    profile: Increase maximum of default column prefs
    
    ... and the rows too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761395

 src/org.gnome.Terminal.gschema.xml |    4 ++--
 src/profile-preferences.ui         |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index 37220b5..635b6c7 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -171,13 +171,13 @@
       <description>True if the menubar should be shown in new window</description>
     </key>
     <key name="default-size-columns" type="i">
-      <range min="16" max="256" />
+      <range min="16" max="511" />
       <default>80</default>
       <summary>Default number of columns</summary>
       <description>Number of columns in newly created terminal windows. Has no effect if 
use_custom_default_size is not enabled.</description>
     </key>
     <key name="default-size-rows" type="i">
-      <range min="4" max="256" />
+      <range min="4" max="511" />
       <default>24</default>
       <summary>Default number of rows</summary>
       <description>Number of rows in newly created terminal windows. Has no effect if 
use_custom_default_size is not enabled.</description>
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 69a4afc..8273fe7 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -4,14 +4,14 @@
   <requires lib="gtk+" version="3.0"/>
   <object class="GtkAdjustment" id="adjustment1">
     <property name="lower">16</property>
-    <property name="upper">256</property>
+    <property name="upper">511</property>
     <property name="value">80</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment2">
     <property name="lower">4</property>
-    <property name="upper">256</property>
+    <property name="upper">511</property>
     <property name="value">24</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]