fix(Messaging/Contacts): The titles of folders in Settings-Messaging are shown very close to the search field
Added more top margin in tab component. Fixes #5288
This commit is contained in:
parent
26e901d986
commit
0f912a66b8
|
@ -55,7 +55,7 @@ SettingsContentBase {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.leftMargin: Style.current.padding
|
Layout.leftMargin: Style.current.padding
|
||||||
Layout.rightMargin: Style.current.padding
|
Layout.rightMargin: Style.current.padding
|
||||||
Layout.topMargin: Style.current.padding
|
Layout.topMargin: 2 * Style.current.padding
|
||||||
height: contactsBtn.height
|
height: contactsBtn.height
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: Style.current.transparent
|
color: Style.current.transparent
|
||||||
|
|
Loading…
Reference in New Issue