summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-10-18 20:57:54 +0000
committerjstebbins <[email protected]>2008-10-18 20:57:54 +0000
commit6c7593e540de0847c2cb0771f545b0bcf0e7d34b (patch)
treeffe14750fd72197fec69463032976bbc439dfdde /gtk/src
parentfa904997ddba784699a6e0858d62cfa93a7b6be7 (diff)
LinGui: fix handling of HD resolutions. max dimension threshold too low.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1842 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/ghb.ui4
-rw-r--r--gtk/src/resource_data.h4
-rw-r--r--gtk/src/resources.plist4
3 files changed, 6 insertions, 6 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index d1b048601..ce1db677d 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -66,7 +66,7 @@
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment17">
- <property name="upper">1000</property>
+ <property name="upper">2000</property>
<property name="lower">0</property>
<property name="page_increment">16</property>
<property name="step_increment">2</property>
@@ -74,7 +74,7 @@
<property name="value">0</property>
</object>
<object class="GtkAdjustment" id="adjustment18">
- <property name="upper">1000</property>
+ <property name="upper">1200</property>
<property name="lower">0</property>
<property name="page_increment">16</property>
<property name="step_increment">2</property>
diff --git a/gtk/src/resource_data.h b/gtk/src/resource_data.h
index 026389c7c..a54b4ffa1 100644
--- a/gtk/src/resource_data.h
+++ b/gtk/src/resource_data.h
@@ -88,7 +88,7 @@
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment17&quot"
";&gt;\n"
-" &lt;property name=&quot;upper&quot;&gt;1000&lt;/property&gt;\n"
+" &lt;property name=&quot;upper&quot;&gt;2000&lt;/property&gt;\n"
" &lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;"
"\n"
@@ -98,7 +98,7 @@
" &lt;/object&gt;\n"
" &lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment18&quot"
";&gt;\n"
-" &lt;property name=&quot;upper&quot;&gt;1000&lt;/property&gt;\n"
+" &lt;property name=&quot;upper&quot;&gt;1200&lt;/property&gt;\n"
" &lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;\n"
" &lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;"
"\n"
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist
index b2e04560b..0dc6536a2 100644
--- a/gtk/src/resources.plist
+++ b/gtk/src/resources.plist
@@ -71,7 +71,7 @@
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment17&quot;&gt;
- &lt;property name=&quot;upper&quot;&gt;1000&lt;/property&gt;
+ &lt;property name=&quot;upper&quot;&gt;2000&lt;/property&gt;
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;2&lt;/property&gt;
@@ -79,7 +79,7 @@
&lt;property name=&quot;value&quot;&gt;0&lt;/property&gt;
&lt;/object&gt;
&lt;object class=&quot;GtkAdjustment&quot; id=&quot;adjustment18&quot;&gt;
- &lt;property name=&quot;upper&quot;&gt;1000&lt;/property&gt;
+ &lt;property name=&quot;upper&quot;&gt;1200&lt;/property&gt;
&lt;property name=&quot;lower&quot;&gt;0&lt;/property&gt;
&lt;property name=&quot;page_increment&quot;&gt;16&lt;/property&gt;
&lt;property name=&quot;step_increment&quot;&gt;2&lt;/property&gt;