[vlc-commits] [Git][videolan/vlc][master] qml: fix top bar alignment not updating on setting change
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Sep 17 16:08:35 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d634ba01 by Prince Gupta at 2023-09-17T15:42:08+00:00
qml: fix top bar alignment not updating on setting change
- - - - -
1 changed file:
- modules/gui/qt/player/qml/TopBar.qml
Changes:
=====================================
modules/gui/qt/player/qml/TopBar.qml
=====================================
@@ -85,7 +85,7 @@ FocusScope{
onSideMarginChanged: _layout()
on_ShowTopBarChanged: _layout()
- on_ShowCenterText: _layout()
+ on_ShowCenterTextChanged: _layout()
// Functions
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d634ba01dcdeaa935862cbf8096e519063f43c8a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d634ba01dcdeaa935862cbf8096e519063f43c8a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list