diff options
author | deva <deva> | 2008-10-13 09:24:09 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-13 09:24:09 +0000 |
commit | 657b90b2edfe8759cb649d3c61696e2a46d3258f (patch) | |
tree | 1635bfe9693a63a2cbb757c4e810240b5deac19c /client/mainwindow.cc | |
parent | dfaa8a945be141c764ebae7f9d0783e16dc0914a (diff) |
Small GUI tweaks.
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r-- | client/mainwindow.cc | 2 |
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); |