Unit Attack: reduced weapon label size and disabled max width (bug #24988)
This commit is contained in:
parent
245a7cc3d5
commit
835bfa646f
1 changed files with 7 additions and 3 deletions
|
@ -96,7 +96,7 @@
|
|||
|
||||
[label]
|
||||
id = "attacker_weapon"
|
||||
definition = "default"
|
||||
definition = "default_small"
|
||||
linked_group = "weapon"
|
||||
characters_per_line = 25
|
||||
[/label]
|
||||
|
@ -130,7 +130,7 @@
|
|||
|
||||
[label]
|
||||
id = "defender_weapon"
|
||||
definition = "default"
|
||||
definition = "default_small"
|
||||
linked_group = "weapon"
|
||||
|
||||
text_alignment = "right"
|
||||
|
@ -257,7 +257,11 @@
|
|||
vertical_placement = "center"
|
||||
horizontal_placement = "center"
|
||||
|
||||
maximum_width = 650
|
||||
# TODO: optimally, this should be enabled, since very long lists of weapon specials
|
||||
# could make the dialog too long. However, this causes longg player names, et al
|
||||
# to cause scrollbars to appear, so I'm disabling this for now
|
||||
# -- vultraz 8/19/2016
|
||||
#maximum_width = 650
|
||||
|
||||
# Both unit panels are the same width.
|
||||
[linked_group]
|
||||
|
|
Loading…
Add table
Reference in a new issue