Skip to content

Commit 28f8ead

Browse files
committed
qtdragon_lathe -update button appearance/layout
MarkoPolo fixups
1 parent cfc83d1 commit 28f8ead

2 files changed

Lines changed: 887 additions & 855 deletions

File tree

share/qtvcp/screens/qtdragon_lathe/qtdragon_lathe.qss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,3 +488,15 @@ EditorBase {
488488
qproperty-styleColor6: #8282aa; /* Axes Values */
489489
qproperty-styleColor7: #cd6197; /* Other Values */
490490
}
491+
492+
GcodeEditor QToolButton {
493+
min-width: 40;
494+
height: 40;
495+
font: 12pt "Lato Heavy";
496+
}
497+
498+
GcodeEditor QLineEdit {
499+
width: 120;
500+
height: 35;
501+
font: 12pt "Lato Heavy";
502+
}

0 commit comments

Comments
 (0)