SidePane: consider uiScale for manualSize
This commit is contained in:
parent
97cf7b6dcd
commit
d893c4f534
|
@ -46,7 +46,9 @@ Rectangle {
|
|||
|
||||
|
||||
property int calculatedWidth: Math.min(
|
||||
manuallyResized ? manualWidth : parentWidth * autoWidthRatio,
|
||||
manuallyResized ? manualWidth * theme.uiScale :
|
||||
parentWidth * autoWidthRatio,
|
||||
|
||||
maximumCalculatedWidth
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user