Skip to content

Commit

Permalink
Cant use Layout.leftMargin as that was introduced after the Qt version
Browse files Browse the repository at this point in the history
in Sailfish
  • Loading branch information
piggz committed Nov 23, 2024
1 parent dbd7a48 commit 9d9974e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qble
Submodule qble updated 2 files
+0 −23 adaptermodel.cpp
+0 −6 adaptermodel.h
4 changes: 2 additions & 2 deletions ui/qml/pages/SportPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ PagePL {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
anchors.margins: styler.themePaddingLarge
Layout.preferredHeight: page.height * 0.66

IconPL
Expand All @@ -62,7 +63,6 @@ PagePL {
Layout.preferredWidth: styler.themeItemSizeLarge
Layout.preferredHeight: styler.themeItemSizeLarge
Layout.alignment: Qt.AlignLeft
Layout.leftMargin: styler.themePaddingLarge
iconName: styler.customIconPrefix + "icon-m-" + getKindString(kindstring) + styler.customIconSuffix
}

Expand Down Expand Up @@ -97,7 +97,7 @@ PagePL {
height: app.height / 3
clip: true
anchors.top: grid.bottom
anchors.topMargin: styler.themePaddingSmall
anchors.margins: styler.themePaddingLarge

model: SportsMeta

Expand Down

0 comments on commit 9d9974e

Please sign in to comment.