Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI : About dialog #8803

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions data/gui/widget/button_title_screen_small.cfg
Expand Up @@ -130,6 +130,19 @@

[/button_definition]

[button_definition]

id = "titlescreen_about"
description = "General information about Battle for Wesnoth."

{_GUI_RESOLUTION () 40 80 16 43 14 ({_GUI_BUTTON_FONT_SIZE}) icons/action/about_25 () 255}
{_GUI_RESOLUTION ({GUI_BIG_RESOLUTION})
50 80 20 46 16
({GUI_SCALE_RESOLUTION {_GUI_BUTTON_FONT_SIZE}})
icons/action/about_25 () 255}

[/button_definition]

#undef _GUI_RESOLUTION
#undef _GUI_BUTTON_ICON
#undef _GUI_BUTTON_TEXT
Expand Down
2 changes: 2 additions & 0 deletions data/gui/widget/label_default.cfg
Expand Up @@ -119,6 +119,8 @@
{_GUI_DEFINITION "bad" "regular red label" () DEFAULT () BAD }
{_GUI_DEFINITION "bad_small" "small red label" () SMALL () BAD }

{_GUI_DEFINITION "title_script" "label used for titles, script font" "script" HUGE () TITLE }

{_GUI_DEFINITION "monospace" "fixed width scroll label" monospace DEFAULT () DEFAULT }

#undef _GUI_SCALE_RES SIZE
Expand Down