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:
Mark de Wever 2009-11-27 19:39:54 +00:00
parent 57a3ccfd53
commit 8a36972b28
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -67,6 +67,9 @@
[scroll_label]
id = "label"
definition = "default"
vertical_scrollbar_mode = "initial_auto"
horizontal_scrollbar_mode = "initial_auto"
[/scroll_label]
[/column]