mobile wizard: use listbox for rotation field
Change-Id: If96654e787ebb16c0918d35e60ece42995af2410 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98419 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
parent
6e09157a3c
commit
81542ebaee
1 changed files with 2 additions and 1 deletions
|
@ -1415,7 +1415,8 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
||||||
data.id === 'fontnamecombobox' ||
|
data.id === 'fontnamecombobox' ||
|
||||||
data.id === 'fontsizecombobox' ||
|
data.id === 'fontsizecombobox' ||
|
||||||
data.id === 'fontsize' ||
|
data.id === 'fontsize' ||
|
||||||
data.id === 'FontBox') {
|
data.id === 'FontBox' ||
|
||||||
|
data.id === 'rotation') {
|
||||||
builder._listboxControl(parentContainer, data, builder);
|
builder._listboxControl(parentContainer, data, builder);
|
||||||
} else if (data.id === 'searchterm' ||
|
} else if (data.id === 'searchterm' ||
|
||||||
data.id === 'replaceterm') {
|
data.id === 'replaceterm') {
|
||||||
|
|
Loading…
Reference in a new issue