Don't reserve space for scrollbars in a message.
Shadow_master discovered the problem that message dialogs always reserve space for a scrollbar, also when the bar isn't used.
This commit is contained in:
parent
57a3ccfd53
commit
8a36972b28
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
Version 1.7.9+svn:
|
||||
* Language and i18n:
|
||||
* Updated translations: Hungarian
|
||||
* User interface:
|
||||
* Don't reserve space for scrollbars in message dialogs
|
||||
|
||||
Version 1.7.9-1.8beta2:
|
||||
* AI:
|
||||
|
|
|
@ -67,6 +67,9 @@
|
|||
[scroll_label]
|
||||
id = "label"
|
||||
definition = "default"
|
||||
|
||||
vertical_scrollbar_mode = "initial_auto"
|
||||
horizontal_scrollbar_mode = "initial_auto"
|
||||
[/scroll_label]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue