Closed davidbruce closed 6 years ago
It's because in order for the EditLine to fill it's parent, the ComboEdit must also fill it's parent (which it does not by default).
Either add 'layoutWidth: fill' to the ComboEdit or set it through your program ex: 'w.childById!ComboEdit("test").layoutWidth(FILL_PARENT)'
You can then play with the other properties in dml or in your program to get closer to what you want.
That worked, thank you!
I was playing around with DmlEdit and noticed that editline inside of the combo box is not filling the parent:
This is happening on Solus Linux as well as Windows 10. From what I can tell it is using FILL_PARENT, so shouldn't it always fill?
https://github.com/buggins/dlangui/blob/master/src/dlangui/widgets/combobox.d