diff --git a/src/qml/SidePane/SidePane.qml b/src/qml/SidePane/SidePane.qml index c4958bc8..f69e03eb 100644 --- a/src/qml/SidePane/SidePane.qml +++ b/src/qml/SidePane/SidePane.qml @@ -46,7 +46,9 @@ Rectangle { property int calculatedWidth: Math.min( - manuallyResized ? manualWidth : parentWidth * autoWidthRatio, + manuallyResized ? manualWidth * theme.uiScale : + parentWidth * autoWidthRatio, + maximumCalculatedWidth )