mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
sync with mobilecomponents e7d789465b9a935ec
This fixes lack of spacing in the drawer's menu items. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
52b3c68b24
commit
09bf7fabcf
2 changed files with 9 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
import QtQuick 2.1
|
||||
import QtQuick.Layouts 1.2
|
||||
import QtQuick.Controls 1.0 as QtControls
|
||||
import org.kde.plasma.mobilecomponents 0.2
|
||||
|
||||
|
@ -63,7 +64,8 @@ OverlayDrawer {
|
|||
}
|
||||
delegate: ListItem {
|
||||
enabled: true
|
||||
Row {
|
||||
RowLayout {
|
||||
height: implicitHeight + Units.smallSpacing * 2
|
||||
anchors {
|
||||
left: parent.left
|
||||
margins: Units.largeSpacing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue