[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kugar/kudesigner_lib
From:       Adam Treat <treat () kde ! org>
Date:       2005-06-17 7:18:13
Message-ID: 1118992693.177730.29625.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 426388 by treat:

* Change the order of the properties a bit.

 M  +2 -0      kugartemplate.cpp  
 M  +3 -4      label.cpp  


--- trunk/koffice/kugar/kudesigner_lib/kugartemplate.cpp #426387:426388
@@ -44,6 +44,8 @@
 #include "detailfooter.h"
 #include "detail.h"
 
+#include <kdebug.h>
+
 namespace Kudesigner
 {
 
--- trunk/koffice/kugar/kudesigner_lib/label.cpp #426387:426388
@@ -46,10 +46,6 @@
 
     props.addProperty( new Property( "Text", i18n( "Text" ), i18n( "Text to Display" \
), i18n( "Text" ), KOProperty::String ) );  
-    props.addProperty( new Property( "BackgroundColor", i18n( "Background Color" ), \
                i18n( "Background Color" ), QColor( 255, 255, 255 ), \
                KOProperty::Color ) );
-
-    props.addProperty( new Property( "ForegroundColor", i18n( "Foreground Color" ), \
                i18n( "Foreground Color" ), QColor( 0, 0, 0 ), KOProperty::Color ) );
-
     props.setGroupDescription( "Geometry", i18n( "Geometry" ) );
     props.addProperty( new Property( "X", i18n( "X" ), i18n( "X value" ), x, \
KOProperty::Integer ), "Geometry" );  
@@ -59,7 +55,10 @@
 
     props.addProperty( new Property( "Height", i18n( "Height" ), i18n( "Height" ), \
height, KOProperty::Integer ), "Geometry" );  
+    props.addProperty( new Property( "BackgroundColor", i18n( "Background Color" ), \
i18n( "Background Color" ), QColor( 255, 255, 255 ), KOProperty::Color ) );  
+    props.addProperty( new Property( "ForegroundColor", i18n( "Foreground Color" ), \
i18n( "Foreground Color" ), QColor( 0, 0, 0 ), KOProperty::Color ) ); +
     props.setGroupDescription( "BorderStyle", i18n( "Border Style" ) );
     props.addProperty( new Property( "BorderColor", i18n( "Color" ), i18n( "Border \
Color" ), QColor( 0, 0, 0 ), KOProperty::Color ), "BorderStyle" );  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic