diff options
author | Marco Martin <notmart@gmail.com> | 2016-04-22 18:12:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-26 10:06:44 -0700 |
commit | 7d9c30668538e887f5a193ed4fdd385f83798062 (patch) | |
tree | 34ec028acc37fb2bc7e92c806c1e12ba0bb64db7 /qt-models | |
parent | bc28944abb4d6640dec22226993f0e72bef2720b (diff) | |
download | subsurface-7d9c30668538e887f5a193ed4fdd385f83798062.tar.gz |
Adapt to Kirigami api changes
* add new file AbstractApplicationHeader.qml to the qrc
* add new file AbstractApplicationWindow.qml to the qrc
* use new api for custom ApplicationHeader
header: Kirigami.ApplicationHeader {
minimumHeight: 0
preferredHeight: Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1)
maximumHeight: Kirigami.Units.gridUnit * 2
}
Signed-off-by: Marco Martin <notmart@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
0 files changed, 0 insertions, 0 deletions