Set the minimum width for a listbox cell.

This fixes bug #22046.
This commit is contained in:
Mark de Wever 2014-06-14 14:43:45 +02:00
parent 65570f5cb9
commit 02b761b24e
2 changed files with 4 additions and 2 deletions

View file

@ -59,7 +59,8 @@ Version 1.13.0-dev:
* Fixed bug #22095: An assertion failure in the gamestate inspector.
* Changed: A listbox can now update its size when rows are added.
* Changed: Avoid listboxes to handle mouse clicks twice.
* Fixed bug #22144: An assertion failure with empty labels in a listbox.
* Fixed bug #22144 + #22046: An assertion failure with empty labels in
a listbox.
* The :inspect dialog now uses the same function as saved games to generate
WML in text form instead of a simplified version.
* Added a button to copy the currently displayed content from the :inspect

View file

@ -23,7 +23,8 @@
# The minimum required height is due to the size required for
# {GUI__LISTBOX_SELECTED_CELL}
# The issue was found bug #22144
min_width = 0
# Bug #22046 showed the minimum width should also be set.
min_width = 26
min_height = 26
default_width = 0