aboutsummaryrefslogtreecommitdiffstats
path: root/dev/apps/com.pelagicore.sheets
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-04-05 18:01:37 +0200
committerLukáš Tinkl <ltinkl@luxoft.com>2018-04-06 10:57:55 +0000
commita766dc411422a4c190bfb6c309bf1072032e0e9e (patch)
tree3b09db24c751272ed0108992f86159acf4797495 /dev/apps/com.pelagicore.sheets
parentfa1fc5b7727f354ec40463537df03097fb41bab2 (diff)
s/AppUIScreen/PrimaryWindow
It's a window and not a screen afterall. Also fits better with the existing SecondaryWindow component. Updated and improved its documentation a bit as well. Change-Id: I3ba9899c3c9e466453ab8fea26da18166c740f54 Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com>
Diffstat (limited to 'dev/apps/com.pelagicore.sheets')
-rw-r--r--dev/apps/com.pelagicore.sheets/Main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/apps/com.pelagicore.sheets/Main.qml b/dev/apps/com.pelagicore.sheets/Main.qml
index 74f3c27e..1a52653a 100644
--- a/dev/apps/com.pelagicore.sheets/Main.qml
+++ b/dev/apps/com.pelagicore.sheets/Main.qml
@@ -32,7 +32,7 @@
import QtQuick 2.8
import utils 1.0
-AppUIScreen {
+PrimaryWindow {
id: root
SheetsContent {