Minor UI updates in toolbars

This commit is contained in:
Alex Spataru 2024-11-14 01:07:50 -05:00
parent 73ab82c833
commit 85208b793c
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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