Skip to content

Commit 1590879

Browse files
authored
Merge pull request #75 from tlight9/master
09/03/2024 minor UI update
2 parents 60846c3 + baae9c7 commit 1590879

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/rpi_mill_3/rpi_mill_3.ini

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ QSS = rpi_mill_3_touch_dark.qss
1616
SIZE = normal
1717
EDITOR = pluma
1818
TOOL_EDITOR = tooledit x y z diam
19+
DRO_FONT_SIZE = 12
1920
# TOOL_EDITOR = tooledit
2021

2122
POSITION_OFFSET = RELATIVE

examples/rpi_mill_3/rpi_mill_3_touch_dark.qss

+4-3
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,14 @@ QPushButton#G1_XY_plus:hover, QPushButton#G1_XY_minus:hover {
284284
QPushButton#G1_XY_plus:pressed, QPushButton#G1_XY_minus:pressed {
285285
background-color: rgba(250, 250, 0, 80%); color: white; border none;
286286
}
287-
/* ********** Tool Change Combo Box ********** */
287+
/* ********** Tool Change, Jog Modes Combo Box ********** */
288288

289-
QComboBox#tool_change_cb::item:selected{
289+
QComboBox#tool_change_cb::item:selected, QComboBox#jog_modes_cb::item:selected {
290290
background-color: rgba(192, 192, 192, 90%);
291291
color: black;
292292
}
293-
QComboBox#tool_change_cb::item:!selected{
293+
294+
QComboBox#tool_change_cb::item:!selected, QComboBox#jog_modes_cb::item:!selected {
294295
background-color: black;
295296
color: white;
296297
}

0 commit comments

Comments
 (0)