[Kst] extragear/graphics/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Mon Feb 19 15:39:44 CET 2007


SVN commit 635238 by netterfield:

Hide, but do not remove the horizontal justification UI until
such time as it is implemented.

CCBUG: 135437



 M  +3 -0      viewlabelwidget.ui.h  


--- trunk/extragear/graphics/kst/src/libkstapp/viewlabelwidget.ui.h #635237:635238
@@ -19,6 +19,9 @@
     _horizontal->insertItem(i18n("Right"));
     _horizontal->insertItem(i18n("Center"));
 
+    _horizontal->hide();// FIXME: until implemented - bug 135437
+    textLabel5_3->hide();
+
     connect(_strings, SIGNAL(selectionChanged(const QString &)),
 	    this, SLOT(insertStringInText(const QString &)));
 


More information about the Kst mailing list