Allow landscape orientation
This commit is contained in:
parent
b29e3867e8
commit
b3d302acf4
10 changed files with 19 additions and 0 deletions
|
@ -64,4 +64,6 @@ Page {
|
||||||
|
|
||||||
VerticalScrollDecorator {}
|
VerticalScrollDecorator {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,4 +106,6 @@ Dialog {
|
||||||
|
|
||||||
VerticalScrollDecorator {}
|
VerticalScrollDecorator {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,4 +110,6 @@ NO WARRANTY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -137,4 +137,6 @@ Dialog {
|
||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,4 +43,6 @@ SOFTWARE.</p>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -197,4 +197,6 @@ Dialog {
|
||||||
|
|
||||||
VerticalScrollDecorator {}
|
VerticalScrollDecorator {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -258,4 +258,6 @@ Page {
|
||||||
|
|
||||||
VerticalScrollDecorator { flickable: notesList }
|
VerticalScrollDecorator { flickable: notesList }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -187,4 +187,6 @@ Page {
|
||||||
|
|
||||||
VerticalScrollDecorator {}
|
VerticalScrollDecorator {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,4 +31,6 @@ Dialog {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allowedOrientations: defaultAllowedOrientations
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
- Added: Option for capital X in checkboxes
|
- Added: Option for capital X in checkboxes
|
||||||
- Improved markdown parsing (espessialy lists, tables and images)
|
- Improved markdown parsing (espessialy lists, tables and images)
|
||||||
- Added auto prepend for ordered lists
|
- Added auto prepend for ordered lists
|
||||||
|
- Allow landscape orientation
|
||||||
|
|
||||||
* Tue Dec 04 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.1-5
|
* Tue Dec 04 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.1-5
|
||||||
- Implemented auto prepend for list elements
|
- Implemented auto prepend for list elements
|
||||||
|
|
Loading…
Reference in a new issue