From 657b90b2edfe8759cb649d3c61696e2a46d3258f Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 13 Oct 2008 09:24:09 +0000 Subject: Small GUI tweaks. --- client/mainwindow.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/mainwindow.cc') 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); -- cgit v1.2.3