why V/HScrollBar size keep change to default?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By potatobanana

V/HBoxContainer + V/HScrollBar

when put V/HScrollBar under V/HBoxContainer , V/HScrollBar keep change to default.
Example: [label] [HScrollBar(size 120,10)] [label] will change back to [label] [HScrollBar(size 12,10)] [label] after switch scene tab or play.

sorry for my broken eng.

:bust_in_silhouette: Reply From: Dlean Jeans

Set your min_size to (120, 10) instead.
Dunno the reason why but this is how I deal with it.