gui2/taddon_description: Allow the URL textbox to become wider as needed
This commit is contained in:
parent
2e550ef4c5
commit
46aded67e2
1 changed files with 4 additions and 2 deletions
|
@ -303,7 +303,7 @@
|
|||
[row]
|
||||
|
||||
[column]
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = "true"
|
||||
|
||||
[grid]
|
||||
|
||||
|
@ -323,7 +323,8 @@
|
|||
[/column]
|
||||
|
||||
[column]
|
||||
horizontal_alignment = "left"
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
||||
[stacked_widget]
|
||||
|
||||
|
@ -354,6 +355,7 @@
|
|||
[row]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
|
|
Loading…
Add table
Reference in a new issue