File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ApplicationWindow {
1010 minimumWidth: 1120
1111 minimumHeight: 760
1212 title: qsTr (" ro-Control" )
13+ font .family : " Noto Sans"
1314
1415 readonly property string themeMode: " light"
1516 readonly property bool darkMode: false
@@ -116,8 +117,8 @@ ApplicationWindow {
116117 Label {
117118 text: modelData .label + " :"
118119 color: root .theme .textSoft
119- font .pixelSize : 14
120- font .weight : Font .DemiBold
120+ font .pixelSize : 13
121+ font .weight : Font .Medium
121122 }
122123
123124 Rectangle {
@@ -131,8 +132,8 @@ ApplicationWindow {
131132 anchors .centerIn : parent
132133 text: modelData .value
133134 color: root .theme .topbarValue
134- font .pixelSize : 14
135- font .weight : Font .Bold
135+ font .pixelSize : 13
136+ font .weight : Font .DemiBold
136137 }
137138 }
138139 }
@@ -154,8 +155,8 @@ ApplicationWindow {
154155 anchors .centerIn : parent
155156 text: " \uD83C\uDF10 "
156157 color: root .theme .text
157- font .pixelSize : 17
158- font .weight : Font .Bold
158+ font .pixelSize : 16
159+ font .weight : Font .Medium
159160 }
160161
161162 MouseArea {
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Rectangle {
2929
3030 Label {
3131 text: panel .title
32- font .pixelSize : 17
33- font .weight : Font .DemiBold
32+ font .pixelSize : 16
33+ font .weight : Font .Medium
3434 color: panel .theme .text
3535 visible: text .length > 0
3636 Layout .fillWidth : true
Original file line number Diff line number Diff line change @@ -69,17 +69,17 @@ Rectangle {
6969 anchors .centerIn : parent
7070 text: menuCard .modelData .marker
7171 color: sidebar .currentIndex === index ? " #ffffff" : theme .sidebarMuted
72- font .pixelSize : 20
73- font .weight : Font .Bold
72+ font .pixelSize : 18
73+ font .weight : Font .DemiBold
7474 }
7575 }
7676
7777 Label {
7878 Layout .fillWidth : true
7979 text: menuCard .modelData .title
8080 color: sidebar .currentIndex === index ? theme .sidebarText : theme .sidebarText
81- font .pixelSize : 18
82- font .weight : sidebar .currentIndex === index ? Font .Bold : Font .DemiBold
81+ font .pixelSize : 16
82+ font .weight : sidebar .currentIndex === index ? Font .DemiBold : Font .Medium
8383 }
8484
8585 Rectangle {
You can’t perform that action at this time.
0 commit comments