Merge pull request #110218 from WhalesState/picker-shape-expand
Allow all ColorPicker Shapes to expand horizontally
This commit is contained in:
@ -2062,7 +2062,7 @@ ColorPicker::ColorPicker() {
|
||||
internal_margin->add_child(real_vbox);
|
||||
|
||||
shape_container = memnew(HBoxContainer);
|
||||
shape_container->set_v_size_flags(SIZE_SHRINK_BEGIN);
|
||||
shape_container->set_alignment(ALIGNMENT_CENTER);
|
||||
real_vbox->add_child(shape_container);
|
||||
|
||||
sample_hbc = memnew(HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user