chore(@desktop/keycard): appropriate margin set for title for all views in settings
This commit is contained in:
parent
fb7f2a2f51
commit
86a2d963ad
|
@ -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 !== ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue