qupzilla
qupzilla copied to clipboard
A little more space for AdBlock settings string translation
In AdBlock settings, there is the string "Options".
I need a little more space for my translation to fit in there correctly. My translation for options is Opções. That is the space needed for my language but could be that other languages need more space.
Check image attached.
The width of this button is not hardcoded. I noticed it myself too, but it only happens on Windows...
@nowrep If using of QPushButton
here and in BookmarksFoldersButton
is not intentional, then replacing it by QToolButton
can fix the issue.
Probably it was intentional (at least for bookmarks button) due to some Mac weirdness, but yeah, it should be changed to QToolButton.
Aha, then maybe our hack MacToolButton
should be the solution.