SidePane: consider uiScale for manualSize

This commit is contained in:
miruka 2019-12-05 10:59:29 -04:00
parent 97cf7b6dcd
commit d893c4f534

View File

@ -46,7 +46,9 @@ Rectangle {
property int calculatedWidth: Math.min(
manuallyResized ? manualWidth : parentWidth * autoWidthRatio,
manuallyResized ? manualWidth * theme.uiScale :
parentWidth * autoWidthRatio,
maximumCalculatedWidth
)