mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 21:29:29 +00:00
gui2/taddon_description: Allow the URL textbox to become wider as needed
This commit is contained in:
parent
2e550ef4c5
commit
46aded67e2
@ -303,7 +303,7 @@
|
|||||||
[row]
|
[row]
|
||||||
|
|
||||||
[column]
|
[column]
|
||||||
horizontal_alignment = "left"
|
horizontal_grow = "true"
|
||||||
|
|
||||||
[grid]
|
[grid]
|
||||||
|
|
||||||
@ -323,7 +323,8 @@
|
|||||||
[/column]
|
[/column]
|
||||||
|
|
||||||
[column]
|
[column]
|
||||||
horizontal_alignment = "left"
|
grow_factor = 1
|
||||||
|
horizontal_grow = "true"
|
||||||
|
|
||||||
[stacked_widget]
|
[stacked_widget]
|
||||||
|
|
||||||
@ -354,6 +355,7 @@
|
|||||||
[row]
|
[row]
|
||||||
|
|
||||||
[column]
|
[column]
|
||||||
|
grow_factor = 1
|
||||||
border = "all"
|
border = "all"
|
||||||
border_size = 5
|
border_size = 5
|
||||||
horizontal_grow = "true"
|
horizontal_grow = "true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user