Skip to content

Commit

Permalink
DRO Axis label btns qss updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joco-nz committed Aug 27, 2021
1 parent 44d8aa4 commit 31e0e59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bf20_mill/ui/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ QPushButton {
border-style: solid;
border-width: 2px;
border-radius: 5px;
min-width: 50px;
min-height: 50px;
min-width: 40px;
min-height: 40px;
}

QPushButton:pressed {
Expand Down Expand Up @@ -543,6 +543,7 @@ StatusLabel[DROHeading] {
MDIButton[DROHeading] {
font: 16pt "Bebas Kai";
background-color: lightgray;
color: black;
}

StatusLabel[ActiveGCode] {
Expand Down

0 comments on commit 31e0e59

Please sign in to comment.