diff widgets/TipDialog.cpp @ 229:387f2f6fc333 sv1-1.0pre2

* Remove tip dialog for now. I don't like it enough * Fixes to export image
author Chris Cannam
date Wed, 14 Mar 2007 14:39:39 +0000
parents 1c4c9e3e44e6
children 1fe7951a61e8
line wrap: on
line diff
--- a/widgets/TipDialog.cpp	Tue Mar 13 19:51:09 2007 +0000
+++ b/widgets/TipDialog.cpp	Wed Mar 14 14:39:39 2007 +0000
@@ -62,9 +62,10 @@
     QHBoxLayout *hbox = new QHBoxLayout;
     grid->addLayout(hbox, 1, 0);
 
-    QCheckBox *show = new QCheckBox(tr("Show tips on startup"));
+    QCheckBox *show = new QCheckBox(tr("Show tip on startup"));
     hbox->addWidget(show);
 
+    hbox->addSpacing(20);
     hbox->addStretch(10);
     
     QPushButton *prev = new QPushButton(tr("<< Previous"));