mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Minor UI updates in toolbars
This commit is contained in:
parent
73ab82c833
commit
85208b793c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user