[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Mon Jan 5 21:20:32 CET 2004
CVS commit by harris:
Fixing bug 69953: text of View Toolbar buttons is too long. As a
workaround, I am suppressing displaying text on these buttons. After the
strings freeze, I can remove this restriction and simply make the text of
each button shorter. I'd actually be interested whether you'd prefer that
or just leaving text off altogether.
CCMAIL: 69953-done at bugs.kde.org
CCMAIL: kstars-devel at kde.org
M +5 -0 kstarsinit.cpp 1.76
--- kdeedu/kstars/kstars/kstarsinit.cpp #1.75:1.76
@@ -501,4 +501,9 @@ void KStars::privatedata::buildGUI() {
ks->createGUI("kstarsui.rc", false);
+ //Do not show text on the view toolbar buttons
+ //FIXME: after strings freeze, remove this and make the
+ //text of each button shorter
+ ks->toolBar( "viewToolBar" )->setIconText( KToolBar::IconOnly );
+
//Initialize show/hide state of toolbars.
//These were in initActions, but they must appear after createGUI...
More information about the Kstars-devel
mailing list