Skip to content
Snippets Groups Projects
Commit 31ff319f authored by dt's avatar dt
Browse files

Bauhaus: Fix border around zoom actiom

Reviewed-By: Jens Bache-Wiig
parent 776a45df
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ QWidget *ZoomAction::createWidget(QWidget *parent)
connect(comboBox, SIGNAL(currentIndexChanged(int)), SLOT(emitZoomLevelChanged(int)));
connect(this, SIGNAL(indexChanged(int)), comboBox, SLOT(setCurrentIndex(int)));
comboBox->setProperty("hideborder", true);
return comboBox;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment