[vlc-commits] [Git][videolan/vlc][master] qml: fix typo in CSDThemeButtonSet.qml
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Jul 22 17:08:21 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
68140314 by Pierre Lamot at 2023-07-22T16:53:41+00:00
qml: fix typo in CSDThemeButtonSet.qml
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/CSDThemeButtonSet.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/CSDThemeButtonSet.qml
=====================================
@@ -66,7 +66,7 @@ Rectangle {
: CSDThemeImage.MAXIMIZE
case CSDButton.Close:
- return CSDThemeButton.CLOSE
+ return CSDThemeImage.CLOSE
}
console.assert(false, "unreachable")
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/681403145c696dc7701de28d5fe2f6b512ebe43d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/681403145c696dc7701de28d5fe2f6b512ebe43d
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