File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -486,3 +486,15 @@ EditorBase {
486486 qproperty-styleColor6: #8282aa; /* Axes Values */
487487 qproperty-styleColor7: #cd6197; /* Other Values */
488488}
489+
490+ GcodeEditor QToolButton {
491+ min-width: 40;
492+ height: 40;
493+ font: 12pt "Lato Heavy";
494+ }
495+
496+ GcodeEditor QLineEdit {
497+ width: 120;
498+ height: 35;
499+ font: 12pt "Lato Heavy";
500+ }
Original file line number Diff line number Diff line change @@ -484,4 +484,16 @@ qproperty-center_color: gray;
484484qproperty-center_gradient_color: #404040;
485485qproperty-bezel_color: orange;
486486qproperty-bezel_width: 2;
487+ }
488+
489+ GcodeEditor QToolButton {
490+ min-width: 40;
491+ height: 40;
492+ font: 12pt "Lato Heavy";
493+ }
494+
495+ GcodeEditor QLineEdit {
496+ width: 120;
497+ height: 35;
498+ font: 12pt "Lato Heavy";
487499}
You can’t perform that action at this time.
0 commit comments