Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git
This commit is contained in:
@@ -434,7 +434,7 @@ void MapView::createGUI()
|
||||
for (auto dock : _tool_properties_docks)
|
||||
{
|
||||
dock->setFloating(true);
|
||||
dock->move(_main_window->geometry().topRight().x() - dock->rect().width() - 20, _main_window->geometry().topRight().y() + 65);
|
||||
dock->move(_main_window->geometry().topRight().x() - dock->rect().width() - 20, _main_window->geometry().topRight().y() + 80);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -64,6 +64,7 @@ namespace noggit
|
||||
|
||||
_menuBar = menuBar();
|
||||
titleBarWidget.horizontalLayout->insertWidget(1, _menuBar);
|
||||
titleBarWidget.horizontalLayout->insertWidget(1, new QLabel(title.str().c_str(), this));
|
||||
_menuBar->setMaximumHeight(20);
|
||||
|
||||
titleBarWidget.iconButton->setAccessibleName("titlebar_icon");
|
||||
|
||||
Reference in New Issue
Block a user