[gtkhtml] Bug 578394 – HTML images cannot be scaled to more than 100 px



commit b5971fdc8abee75a3326f655ddbfafe7d6b92d48
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat May 16 13:44:49 2009 -0400

    Bug 578394 â?? HTML images cannot be scaled to more than 100 px
---
 components/editor/gtkhtml-editor.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/editor/gtkhtml-editor.glade b/components/editor/gtkhtml-editor.glade
index 4015318..71d4966 100644
--- a/components/editor/gtkhtml-editor.glade
+++ b/components/editor/gtkhtml-editor.glade
@@ -2902,7 +2902,7 @@ Right</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                        <property name="adjustment">0 0 100 1 10 0</property>
+                        <property name="adjustment">0 0 10000 1 10 0</property>
                         <signal name="value_changed" handler="gtkhtml_editor_image_properties_size_changed_cb" object="image-properties-window"/>
                       </widget>
                       <packing>
@@ -2917,7 +2917,7 @@ Right</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                        <property name="adjustment">0 0 100 1 10 0</property>
+                        <property name="adjustment">0 0 10000 1 10 0</property>
                         <signal name="value_changed" handler="gtkhtml_editor_image_properties_size_changed_cb" object="image-properties-window"/>
                       </widget>
                       <packing>



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