vlc | branch: master | Pierre Lamot <[email protected]> | Wed Aug 28 14:37:54 2019 +0200| [ce0fc5993fa7ae992f314b5387946a0f720ed10e] | committer: Jean-Baptiste Kempf
qml: set spacer as disabled to omit them from keynavigation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce0fc5993fa7ae992f314b5387946a0f720ed10e --- modules/gui/qt/qml/player/ControlButtons.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt/qml/player/ControlButtons.qml b/modules/gui/qt/qml/player/ControlButtons.qml index bd7a62513e..2b06705066 100644 --- a/modules/gui/qt/qml/player/ControlButtons.qml +++ b/modules/gui/qt/qml/player/ControlButtons.qml @@ -220,6 +220,7 @@ Item{ id:spacerDelegate Item { id: spacer + enabled: false implicitWidth: VLCStyle.icon_normal implicitHeight: VLCStyle.icon_normal property alias spacetextExt: spacetext @@ -246,6 +247,7 @@ Item{ id: extendiblespacerDelegate Item{ id: extendedspacer + enabled: false implicitWidth: VLCStyle.widthExtendedSpacer implicitHeight: VLCStyle.icon_normal property bool paintOnly: false _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
