Fix max settings panel height

pull/5898/head
Chocobozzz 2023-07-20 10:26:14 +02:00
parent 8ece9c8ca0
commit c8defc41ee
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export class ControlBarOptionsBuilder {
return {
settingsButton: {
setup: {
maxHeightOffset: 40
maxHeightOffset: 60
},
entries: settingEntries
}