qml: fit text in toolbar editor button list view

This commit is contained in:
Fatih Uzunoglu 2024-03-18 17:07:52 +02:00 committed by Jean-Baptiste Kempf
parent 4cd7e93525
commit 58d43b1259
1 changed files with 1 additions and 0 deletions

View File

@ -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