Ubuntu: prepare for automatic orientation
Still disabled.
This commit is contained in:
parent
37b3df0f61
commit
705b8bd51c
2 changed files with 5 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue