diff --git a/scene/gui/video_player.cpp b/scene/gui/video_player.cpp index 071e8a8ac64..0a693d40236 100644 --- a/scene/gui/video_player.cpp +++ b/scene/gui/video_player.cpp @@ -249,6 +249,10 @@ void VideoPlayer::set_stream(const Ref &p_stream) { } update(); + + if (!expand) { + minimum_size_changed(); + } }; Ref VideoPlayer::get_stream() const {