diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-17 20:34:32 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:07 +0100 |
commit | be36ce80cac534afda4393fc6bd904d489b63361 (patch) | |
tree | 742d3a3418b20cb8df97cfe74780fa3a197ecf60 /gui/components/Locations.qml | |
parent | d6c712d1b127d018c829b0b006fd94749916fb7d (diff) |
[ui] more dialogs
icons, new font
Diffstat (limited to 'gui/components/Locations.qml')
-rw-r--r-- | gui/components/Locations.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/components/Locations.qml b/gui/components/Locations.qml index 955da26..a0e7a30 100644 --- a/gui/components/Locations.qml +++ b/gui/components/Locations.qml @@ -47,11 +47,13 @@ ThemedPage { height: 100 radius: 10 color: "white" + anchors { horizontalCenter: parent.horizontalCenter top: parent.top margins: 10 } + Rectangle { anchors { fill: parent |