[Commits] [wesnoth/wesnoth-old] 29f08a: gui2/taddon_description: Let the description area ...

GitHub noreply at github.com
Fri Feb 14 09:13:23 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth-old
  Commit: 29f08abd6f34e8e1c3405adb608c34e01c494673
      https://github.com/wesnoth/wesnoth-old/commit/29f08abd6f34e8e1c3405adb608c34e01c494673
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M data/gui/default/window/addon_description.cfg

  Log Message:
  -----------
  gui2/taddon_description: Let the description area grow horizontally

Let it grow to fill the space available when it's greater than the
description box's requested size (e.g. for very short descriptions).


  Commit: b11bd24711f939890fe682b532d2fb7750428875
      https://github.com/wesnoth/wesnoth-old/commit/b11bd24711f939890fe682b532d2fb7750428875
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M data/gui/default/window/chat_log.cfg

  Log Message:
  -----------
  gui2/tchat_log: Use 'description' scroll_label type for the log


  Commit: 1cdc5df63d6762543baa39b1c846f771aee18f04
      https://github.com/wesnoth/wesnoth-old/commit/1cdc5df63d6762543baa39b1c846f771aee18f04
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M data/gui/default/window/chat_log.cfg

  Log Message:
  -----------
  gui2/tchat_log: Let the log scroll_label grow horizontally


  Commit: b0950f006cebbab01e1b4dfb72001610dd3a3662
      https://github.com/wesnoth/wesnoth-old/commit/b0950f006cebbab01e1b4dfb72001610dd3a3662
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M data/gui/default/window/chat_log.cfg

  Log Message:
  -----------
  gui2/tchat_log: Hack to set a minimum cell size to 200x250

Because this window many contain a lot of text in both directions,
having it change size dynamically every time the log page is switched or
a new text filter is entered can be extremely annoying for the player.

Setting the scroll_label's parent (now ancestor) cell's minimum size to
something that isn't 0x0 mitigates the issue to some extent. Better than
nothing, I guess.

(Tested with a screen resolution of 800x480.)


Compare: https://github.com/wesnoth/wesnoth-old/compare/5fdadffaa4cc...b0950f006ceb


More information about the Commits mailing list