We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc83d1 commit 28f8eadCopy full SHA for 28f8ead
2 files changed
share/qtvcp/screens/qtdragon_lathe/qtdragon_lathe.qss
@@ -488,3 +488,15 @@ EditorBase {
488
qproperty-styleColor6: #8282aa; /* Axes Values */
489
qproperty-styleColor7: #cd6197; /* Other Values */
490
}
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
502
0 commit comments