You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Fix spinboxes bad look
This commit is contained in:
@@ -192,7 +192,7 @@ void SpinBox::_notification(int p_what) {
|
||||
|
||||
int w = updown->get_width();
|
||||
if (w != last_w) {
|
||||
line_edit->set_margin(MARGIN_RIGHT, w);
|
||||
line_edit->set_margin(MARGIN_RIGHT, -w);
|
||||
last_w = w;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user