nextcloud-libraries / nextcloud-dialogs

Nextcloud dialog helpers https://npmjs.org/@nextcloud/dialogs
https://nextcloud-libraries.github.io/nextcloud-dialogs/
GNU Affero General Public License v3.0
19 stars 9 forks source link

No `setSize` method for `Dialog` #1388

Open Fenn-CS opened 1 month ago

Fenn-CS commented 1 month ago

NcDialog does provide a size attribute we should be able to use for dynamically generated dialogs done with builder.

susnux commented 1 month ago

Do you have a use case for another size? Because the builder only allows simple text only dialogs and I can currently not think of any dialog created that needs to be bigger :sweat_smile: