[Kde-imaging] branches/extragear/kde3/libs/kipi-plugins/mpegencoder

Valerio Fuoglio valerio at ulteo.com
Mon Jun 11 02:39:24 CEST 2007


SVN commit 673751 by vfuoglio:

Fixed preview's stretch error.

CCMAIL: kde-imaging at kde.org


 M  +9 -3      kimg2mpgbase.ui  


--- branches/extragear/kde3/libs/kipi-plugins/mpegencoder/kimg2mpgbase.ui #673750:673751
@@ -1,4 +1,4 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 <class>KIPIMPEGEncoderPlugin::KImg2mpgBase</class>
 <widget class="QDialog">
     <property name="name">
@@ -11,7 +11,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>625</width>
+            <width>639</width>
             <height>521</height>
         </rect>
     </property>
@@ -41,6 +41,9 @@
             <height>0</height>
         </size>
     </property>
+    <property name="caption">
+        <string>Kimg2mpgBase</string>
+    </property>
     <property name="sizeGripEnabled">
         <bool>false</bool>
     </property>
@@ -863,8 +866,11 @@
                                 <pixmap>image1</pixmap>
                             </property>
                             <property name="scaledContents">
-                                <bool>true</bool>
+                                <bool>false</bool>
                             </property>
+                            <property name="alignment">
+                                <set>AlignCenter</set>
+                            </property>
                             <property name="whatsThis" stdset="0">
                                 <string>Preview the currently selected image.</string>
                             </property>


More information about the Kde-imaging mailing list