Refine window chrome position and sizing
Updates UI theme metrics for traffic-light controls and chrome inset to slightly larger values. In the desktop window chrome surface, positioning now uses the title bar center directly, rounds rendered margins, and introduces short easing animations for X/Y chrome offsets to reduce jitter during movement.
This commit is contained in:
@@ -52,9 +52,9 @@ QtObject {
|
||||
readonly property int topBarHeight: 40
|
||||
readonly property int controlHeight: 28
|
||||
readonly property int searchHeight: 36
|
||||
readonly property int trafficLightSize: 18
|
||||
readonly property int trafficLightGap: 8
|
||||
readonly property int windowChromeInset: 12
|
||||
readonly property int trafficLightSize: 20
|
||||
readonly property int trafficLightGap: 9
|
||||
readonly property int windowChromeInset: 14
|
||||
|
||||
readonly property int fontSize: 13
|
||||
readonly property int fontSizeApp: 12
|
||||
|
||||
Reference in New Issue
Block a user