mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
minimumWidth for texts in sliders in configuration
This commit is contained in:
parent
6b59d685f5
commit
3e6beb89ff
@ -90,6 +90,7 @@ PlasmaComponents.Page{
|
||||
|
||||
PlasmaComponents.Label{
|
||||
text: appletsSizeSlider.value + " px."
|
||||
Layout.minimumWidth: theme.mSize(theme.defaultFont).width * 4
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -148,6 +149,8 @@ PlasmaComponents.Page{
|
||||
PlasmaComponents.Label{
|
||||
enabled: showBackground.checked
|
||||
text: " "+Number(zoomSlider.value).toFixed(2)
|
||||
|
||||
Layout.minimumWidth: theme.mSize(theme.defaultFont).width * 4
|
||||
}
|
||||
|
||||
}
|
||||
@ -325,6 +328,7 @@ PlasmaComponents.Page{
|
||||
PlasmaComponents.Label{
|
||||
enabled: showBackground.checked
|
||||
text: panelSizeSlider.value + " px."
|
||||
Layout.minimumWidth: theme.mSize(theme.defaultFont).width * 4
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user