update fix

This commit is contained in:
Andrei Yankovich 2025-02-20 19:02:16 +01:00
parent 2f6fecae9a
commit ee0a47e6d6

View File

@ -9,7 +9,8 @@ import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
RowLayout {
ToolBar {
id: root
property int titlesAligh: Text.AlignHCenter
@ -22,6 +23,9 @@ RowLayout {
signal backClicked()
signal closeClicked()
contentItem: RowLayout {
ToolButton {
visible: root.backButton
@ -48,4 +52,7 @@ RowLayout {
}
}
}