[gthumb] set higher limits for the max size in the crop options
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] set higher limits for the max size in the crop options
- Date: Thu, 4 Mar 2010 22:31:08 +0000 (UTC)
commit 8446751c8226ed10dff2d699e1a5a3d593dfdab7
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Mar 4 17:31:04 2010 +0100
set higher limits for the max size in the crop options
extensions/file_tools/data/ui/crop-options.ui | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/extensions/file_tools/data/ui/crop-options.ui b/extensions/file_tools/data/ui/crop-options.ui
index c7c395a..6c52f64 100644
--- a/extensions/file_tools/data/ui/crop-options.ui
+++ b/extensions/file_tools/data/ui/crop-options.ui
@@ -395,27 +395,27 @@
</child>
</object>
<object class="GtkAdjustment" id="ratio_w_adjustment">
- <property name="upper">99999</property>
+ <property name="upper">999999</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="crop_x_adjustment">
- <property name="upper">100</property>
+ <property name="upper">999999</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="crop_y_adjustment">
- <property name="upper">100</property>
+ <property name="upper">999999</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="crop_width_adjustment">
- <property name="upper">100</property>
+ <property name="upper">999999</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="crop_height_adjustment">
- <property name="upper">100</property>
+ <property name="upper">999999</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="ratio_h_adjustment">
- <property name="upper">100</property>
+ <property name="upper">999999</property>
<property name="step_increment">1</property>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]