1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

More width for languages with long strings

This commit is contained in:
audoban 2017-03-24 19:48:08 -05:00
parent f0cf9fd078
commit 47103ada99

View File

@ -186,7 +186,7 @@ PlasmaComponents.Page {
PlasmaComponents.ComboBox {
id: modifierClick
Layout.maximumWidth: theme.mSize(theme.defaultFont).width * 8
Layout.maximumWidth: theme.mSize(theme.defaultFont).width * 10
model: [i18n("Left Click"), i18n("Middle Click"), i18n("Right Click")]
currentIndex: plasmoid.configuration.modifierClick