diff --git a/app/qml/MainWindow/Panes/Toolbar.qml b/app/qml/MainWindow/Panes/Toolbar.qml index 00d161e3..9b59c0c2 100644 --- a/app/qml/MainWindow/Panes/Toolbar.qml +++ b/app/qml/MainWindow/Panes/Toolbar.qml @@ -63,8 +63,8 @@ Rectangle { // // Set toolbar height // - Layout.minimumHeight: titlebarHeight + 64 + 12 - Layout.maximumHeight: titlebarHeight + 64 + 12 + Layout.minimumHeight: titlebarHeight + 64 + 16 + Layout.maximumHeight: titlebarHeight + 64 + 16 // // Titlebar text @@ -127,7 +127,7 @@ Rectangle { // RowLayout { id: layout - spacing: 8 + spacing: 4 anchors { margins: 2 diff --git a/app/qml/ProjectEditor/Sections/Toolbar.qml b/app/qml/ProjectEditor/Sections/Toolbar.qml index c5295742..582ab052 100644 --- a/app/qml/ProjectEditor/Sections/Toolbar.qml +++ b/app/qml/ProjectEditor/Sections/Toolbar.qml @@ -47,8 +47,8 @@ Rectangle { // // Set toolbar height // - Layout.minimumHeight: titlebarHeight + 64 + 12 - Layout.maximumHeight: titlebarHeight + 64 + 12 + Layout.minimumHeight: titlebarHeight + 64 + 16 + Layout.maximumHeight: titlebarHeight + 64 + 16 // // Titlebar text @@ -111,7 +111,7 @@ Rectangle { // RowLayout { id: layout - spacing: 8 + spacing: 4 anchors { margins: 2