gui2/taddon_description: Allow the URL textbox to become wider as needed

This commit is contained in:
Ignacio R. Morelle 2014-01-04 15:31:56 -03:00
parent 2e550ef4c5
commit 46aded67e2

View File

@ -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"