[vlc-commits] [Git][videolan/vlc][master] qt: fix clear button size to prevent overlap

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Apr 6 10:50:39 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
00ca3495 by Anshul Ekka at 2026-04-06T10:35:03+00:00
qt: fix clear button size to prevent overlap

- - - - -


1 changed file:

- modules/gui/qt/widgets/qml/SearchBox.qml


Changes:

=====================================
modules/gui/qt/widgets/qml/SearchBox.qml
=====================================
@@ -202,7 +202,7 @@ FocusScope {
                 anchors.right: parent.right
                 anchors.rightMargin: VLCStyle.margin_xxsmall
 
-                font.pixelSize: VLCStyle.icon_banner
+                font.pixelSize: VLCStyle.icon_normal
                 text: VLCIcons.close
 
                 description: qsTr("Clear")



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/00ca34959846e2bb132c832012705b8135744bf5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/00ca34959846e2bb132c832012705b8135744bf5
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list