Skip to content

Commit

Permalink
qtdragon_lathe -update button appearance/layout
Browse files Browse the repository at this point in the history
MarkoPolo fixups
  • Loading branch information
c-morley committed Aug 23, 2024
1 parent cfc83d1 commit 28f8ead
Show file tree
Hide file tree
Showing 2 changed files with 887 additions and 855 deletions.
12 changes: 12 additions & 0 deletions share/qtvcp/screens/qtdragon_lathe/qtdragon_lathe.qss
Original file line number Diff line number Diff line change
Expand Up @@ -488,3 +488,15 @@ EditorBase {
qproperty-styleColor6: #8282aa; /* Axes Values */
qproperty-styleColor7: #cd6197; /* Other Values */
}

GcodeEditor QToolButton {
min-width: 40;
height: 40;
font: 12pt "Lato Heavy";
}

GcodeEditor QLineEdit {
width: 120;
height: 35;
font: 12pt "Lato Heavy";
}
Loading

0 comments on commit 28f8ead

Please sign in to comment.