summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authordeva <deva>2008-10-13 09:24:09 +0000
committerdeva <deva>2008-10-13 09:24:09 +0000
commit657b90b2edfe8759cb649d3c61696e2a46d3258f (patch)
tree1635bfe9693a63a2cbb757c4e810240b5deac19c /client/mainwindow.cc
parentdfaa8a945be141c764ebae7f9d0783e16dc0914a (diff)
Small GUI tweaks.
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 2b4780a..bcb1b4e 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -97,7 +97,6 @@ void MainWindow::update()
if(!isstatic) {
QPushButton *b = new QPushButton("±", g);
b->setFixedSize(16,16);
- b->show();
b->move(0,0);
{
QFont f = b->font();
@@ -113,7 +112,6 @@ void MainWindow::update()
g->setLayout(l);
l->addWidget(macros[macroname]);
connect(macros[macroname], SIGNAL(updateOnCommit()), this, SLOT(update()));
- macros[macroname]->show();
{
QFont f = macros[macroname]->font();
f.setBold(false);