[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix PlaybackSpeed Popup not loading
François Cartegnie (@fcartegnie)
gitlab at videolan.org
Sun Mar 24 15:19:03 UTC 2024
François Cartegnie pushed to branch master at VideoLAN / VLC
Commits:
d4e2fd65 by Prince Gupta at 2024-03-24T14:57:51+00:00
qml: fix PlaybackSpeed Popup not loading
- - - - -
3efad18d by Prince Gupta at 2024-03-24T14:57:51+00:00
qml: fix Popup appearing out of window with extended frames
fixup d59aa6169e4e71a5709983ba348b47dedbeb7563
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/PopupIconToolButton.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/PopupIconToolButton.qml
=====================================
@@ -44,8 +44,6 @@ Widgets.IconToolButton {
color: (popup.visible) ? control.colorContext.accent : control.colorContext.fg.primary
- size: VLCStyle.icon_toolbar
-
// FIXME: We can't use upItem because a Popup is not an Item.
Navigation.upAction: function() {
if (popup.visible) {
@@ -78,7 +76,7 @@ Widgets.IconToolButton {
// This popup should not exceed the boundaries of the scene.
// Setting margins to >=0 makes it sure that this is satisfied.
- margins: 0
+ margins: MainCtx.windowExtendedMargin
modal: true
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/d3d50d3576c06a6000f052a357067f524f6b586b...3efad18d90df7384b5a0e415f8fef80e5c6251a6
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/d3d50d3576c06a6000f052a357067f524f6b586b...3efad18d90df7384b5a0e415f8fef80e5c6251a6
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