mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
Page margins for app log
Adds consistent page margins also to Log page. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
44fd9bff67
commit
3987eb57fb
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
|
||||||
|
|
||||||
MobileComponents.Page {
|
MobileComponents.Page {
|
||||||
id: logWindow
|
id: logWindow
|
||||||
width: parent.width
|
width: parent.width - MobileComponents.Units.gridUnit
|
||||||
|
anchors.margins: MobileComponents.Units.gridUnit / 2
|
||||||
objectName: "Log"
|
objectName: "Log"
|
||||||
flickable: logFlick
|
flickable: logFlick
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
|
Loading…
Add table
Reference in a new issue