chore(@desktop/keycard): appropriate margin set for title for all views in settings

This commit is contained in:
Sale Djenic 2022-10-11 14:08:01 +02:00 committed by saledjenic
parent fb7f2a2f51
commit 86a2d963ad
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@ Item {
RowLayout { RowLayout {
id: titleRow id: titleRow
width: visible ? root.contentWidth : 0 anchors.left: parent.left
anchors.leftMargin: Style.current.padding
width: visible ? root.contentWidth - Style.current.padding : 0
height: visible ? d.titleRowHeight : 0 height: visible ? d.titleRowHeight : 0
visible: root.sectionTitle !== "" visible: root.sectionTitle !== ""