File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ QtObject {
4848 readonly property string fontFamily: " Roboto Condensed"
4949 property FontLoader robotoCondensedLightFont
5050 readonly property string lightFontFamily: robotoCondensedLightFont .name
51- readonly property real xSmallPointSize: 6
52- readonly property real smallPointSize: 7
53- readonly property real mediumPointSize: 8
54- readonly property real largePointSize: 9
51+ readonly property real xSmallPointSize: Qt . platform . os == " osx " ? 8 : 6
52+ readonly property real smallPointSize: Qt . platform . os == " osx " ? 9 : 7
53+ readonly property real mediumPointSize: Qt . platform . os == " osx " ? 10 : 8
54+ readonly property real largePointSize: Qt . platform . os == " osx " ? 11 : 9
5555 readonly property real xlPointSize: 12
5656 readonly property real xxlPointSize: 14
5757 readonly property bool debugMode: false
You can’t perform that action at this time.
0 commit comments