mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix Margin voor windows OS
This commit is contained in:
@@ -756,6 +756,7 @@ void ProjectView::initWidgets() {
|
||||
m_tab -> setMovable(true);
|
||||
|
||||
QHBoxLayout *TopRightCorner_Layout = new QHBoxLayout();
|
||||
TopRightCorner_Layout->setMargin(0);
|
||||
|
||||
QToolButton *add_new_diagram_button = new QToolButton;
|
||||
add_new_diagram_button -> setDefaultAction(m_add_new_diagram);
|
||||
|
||||
Reference in New Issue
Block a user