[vlc-commits] [Git][videolan/vlc][master] qml: fit text in toolbar editor button list view

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Mar 23 20:48:12 UTC 2024



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
58d43b12 by Fatih Uzunoglu at 2024-03-23T20:24:42+00:00
qml: fit text in toolbar editor button list view

- - - - -


1 changed file:

- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml


Changes:

=====================================
modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
=====================================
@@ -196,6 +196,7 @@ GridView {
 
                     color: theme.fg.secondary
                     elide: Text.ElideNone
+                    fontSizeMode: Text.Fit
                     text: PlayerControlbarControls.controlList[model.index].text
                     wrapMode: Text.WordWrap
                     horizontalAlignment: Text.AlignHCenter



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58d43b1259270d11525265e72bc285cb928fc5d1

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58d43b1259270d11525265e72bc285cb928fc5d1
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