Skip to content

Commit 15bf4ba

Browse files
committed
qtdragon -stylesheets: enlargen the spindle speed indicator
1 parent 96bc4e7 commit 15bf4ba

File tree

5 files changed

+24
-1
lines changed

5 files changed

+24
-1
lines changed

share/qtvcp/screens/qtdragon/argentium.qss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ StatusLabel#lbl_mcodes {
135135
color: #e0e0e0;
136136
}
137137

138+
StatusLabel#status_rpm, Label {
139+
font: 20pt "Lato Heavy";
140+
}
141+
138142
DROLabel {
139143
background: #202020;
140144
border: 1px solid #e0e0e0;

share/qtvcp/screens/qtdragon/qtdragon-bright.qss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ StateLabel {
7474
color: black;
7575
}
7676

77+
StatusLabel#status_rpm, Label {
78+
font: 20pt "Lato Heavy";
79+
}
80+
7781
DROLabel {
7882
background: #202020;
7983
border: 1px solid black;

share/qtvcp/screens/qtdragon/qtdragon.qss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ StatusLabel, StateLabel {
101101
color: white;
102102
}
103103

104+
StatusLabel#status_rpm, Label {
105+
font: 20pt "Lato Heavy";
106+
}
107+
108+
109+
104110
QLineEdit {
105111
background: black;
106112
border: 1px solid gray;
@@ -205,7 +211,7 @@ QProgressBar {
205211
background-color: rgb(250, 250, 250);
206212
border: 1px solid black;
207213
border-radius: 4px;
208-
font: 9 pt "Lato Heavy";
214+
font: 9pt "Lato Heavy";
209215
}
210216

211217
QProgressBar::chunk {
@@ -451,3 +457,4 @@ QTabBar::tab:selected {
451457
QTabBar::tab:!selected {
452458
margin-top: 2px; /* make non-selected tabs look smaller */
453459
}
460+

share/qtvcp/screens/qtdragon/qtdragon_dark_grey.qss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ StateLabel {
142142
color: #9ad58d;
143143
}
144144

145+
StatusLabel#status_rpm, Label {
146+
font: 20pt "Lato Heavy";
147+
}
148+
145149
DROLabel {
146150
background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255));
147151
border: 1px solid black;

share/qtvcp/screens/qtdragon/qtdragon_flat.qss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ StatusLabel, StateLabel {
7878
color: black;
7979
}
8080

81+
StatusLabel#status_rpm, Label {
82+
font: 20pt "Lato Heavy";
83+
}
84+
8185
QLineEdit {
8286
background: rgb(250, 250, 250);
8387
border: 1px solid;

0 commit comments

Comments
 (0)