Ubuntu: prepare for automatic orientation

Still disabled.
This commit is contained in:
Alberto Mardegan 2014-12-25 15:09:04 +01:00
parent 37b3df0f61
commit 705b8bd51c
2 changed files with 5 additions and 2 deletions

View file

@ -58,8 +58,8 @@ Page {
attachments: model.attachments
content: model.content
width: listView.width
height: listView.height
width: ListView.view.width
height: ListView.view.height
}
onCurrentIndexChanged: {

View file

@ -10,6 +10,9 @@ import "../models" 1.0
MainView {
id: rootWindow
applicationName: "ttrss"
/* Disabled until QTBUG-43555 is fixed
automaticOrientation: true
*/
width: units.gu(45)
height: units.gu(75)