Allow landscape orientation

This commit is contained in:
Scharel Clemens 2018-12-04 17:24:45 +01:00
parent b29e3867e8
commit b3d302acf4
10 changed files with 19 additions and 0 deletions

View file

@ -64,4 +64,6 @@ Page {
VerticalScrollDecorator {}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -106,4 +106,6 @@ Dialog {
VerticalScrollDecorator {}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -110,4 +110,6 @@ NO WARRANTY
}
}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -137,4 +137,6 @@ Dialog {
}*/
}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -43,4 +43,6 @@ SOFTWARE.</p>"
}
}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -197,4 +197,6 @@ Dialog {
VerticalScrollDecorator {}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -258,4 +258,6 @@ Page {
VerticalScrollDecorator { flickable: notesList }
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -187,4 +187,6 @@ Page {
VerticalScrollDecorator {}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -31,4 +31,6 @@ Dialog {
}
}
}
allowedOrientations: defaultAllowedOrientations
}

View file

@ -18,6 +18,7 @@
- Added: Option for capital X in checkboxes
- Improved markdown parsing (espessialy lists, tables and images)
- Added auto prepend for ordered lists
- Allow landscape orientation
* Tue Dec 04 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.1-5
- Implemented auto prepend for list elements