[gnome-terminal] profile: Limit range of row and columns pref
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] profile: Limit range of row and columns pref
- Date: Mon, 9 Feb 2015 17:56:12 +0000 (UTC)
commit 66a6edc209d90fb713a5f5ac6ebe6462887e64d7
Author: Christian Persch <chpe gnome org>
Date: Fri Jan 30 18:10:37 2015 +0100
profile: Limit range of row and columns pref
src/profile-preferences.ui | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index de901ee..51936f0 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Tue Jan 14 13:00:28 2014 -->
+<!-- Generated with glade 3.16.0 on Sun Feb 1 10:28:05 2015 -->
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
- <property name="lower">1</property>
- <property name="upper">1024</property>
+ <property name="lower">16</property>
+ <property name="upper">256</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">1</property>
- <property name="upper">1024</property>
+ <property name="lower">4</property>
+ <property name="upper">256</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]