aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/About.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-07 12:12:01 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-07 22:57:01 -0700
commit41ab12533b33174c080fcdd0008a56f3bde6194b (patch)
treee56ce56e94e1730a56aecef1e9c33f7c6123707c /mobile-widgets/qml/About.qml
parent0e49d6965cbdbf387c0fe316338805d3232c0d3d (diff)
downloadsubsurface-41ab12533b33174c080fcdd0008a56f3bde6194b.tar.gz
QML UI: more fixes to correctly calculate page widths
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/About.qml')
-rw-r--r--mobile-widgets/qml/About.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/About.qml b/mobile-widgets/qml/About.qml
index b1ca6e6bc..43e990421 100644
--- a/mobile-widgets/qml/About.qml
+++ b/mobile-widgets/qml/About.qml
@@ -6,7 +6,7 @@ import org.subsurfacedivelog.mobile 1.0
Kirigami.ScrollablePage {
id: aboutPage
- property int pageWidth: subsurfaceTheme.columnWidth - Kirigami.Units.smallSpacing
+ property int pageWidth: aboutPage.width - aboutPage.leftPadding - aboutPage.rightPadding
title: "About Subsurface-mobile"
ColumnLayout {