@@ -13,7 +13,7 @@ SystemToolButton,
1313OffsetToolButton,
1414AxisToolButton,
1515QToolButton {
16- background: qlineargradient(spread:reflect, x1:0.5, y:0, x2:0.5, y2:1.6, stop:0 rgba(180, 180, 180, 225), stop:0.6 rgba(130, 130, 130, 180 ));
16+ background: qlineargradient(spread:reflect, x1:0.5, y:0, x2:0.5, y2:1.6, stop:0 rgba(180, 180, 180, 225), stop:0.6 rgba(130, 130, 130, 225 ));
1717 border: 2px solid black;
1818 border-radius: 4px;
1919 font: 10pt "Lato Heavy";
@@ -38,10 +38,12 @@ AxisToolButton:hover {
3838
3939QPushButton:disabled,
4040ActionButton:disabled,
41- AxisToolButton:disabled {
42- color: #c8c8c8;
41+ AxisToolButton:disabled,
42+ QToolButton:disabled {
43+ color: #cacaca;
4344}
4445
46+
4547ActionButton#action_machine_on {
4648 color: #FF0000;
4749}
@@ -79,7 +81,8 @@ ActionButton#action_machine_on[isStateOn=true] {
7981
8082ActionButton#action_estop {
8183 color: #00FF00;
82- background: rgb(255, 80, 80,160);
84+ background: qlineargradient(spread:reflect, x1:0.5, y:0, x2:0.5, y2:1, stop:0 rgba(255, 120, 120,150), stop:0.6 rgba(255, 20, 20,150));
85+
8386}
8487
8588
@@ -239,7 +242,7 @@ QProgressBar {
239242 background-color: rgb(250, 250, 250);
240243 border: 1px solid black;
241244 border-radius: 4px;
242- font: 9 pt "Lato Heavy";
245+ font: 10pt "Lato Heavy";
243246}
244247
245248QProgressBar::chunk {
@@ -396,3 +399,4 @@ OriginOffsetView {
396399}
397400
398401
402+
0 commit comments