fix w/h
This commit is contained in:
parent
9e6cc3b83c
commit
9509c53f9a
@ -16,7 +16,7 @@ T.Widget {
|
||||
title: qsTr("Reflection Clock")
|
||||
resizable: true
|
||||
|
||||
readonly property real minWH: Math.min(width, height)
|
||||
readonly property real minWH: Math.min(width/1.64, height)
|
||||
readonly property real multi: minWH/220
|
||||
|
||||
readonly property bool full_clock: widget.settings.styles ? widget.settings.styles["Hour Settings"]["Full Clock"] : true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user