Skip to content

Commit f7cbbcc

Browse files
committed
qtdragon/hd -qtdragon stylesheet: enlarge the editor buttons
1 parent 28f8ead commit f7cbbcc

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

share/qtvcp/screens/qtdragon/qtdragon.qss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

share/qtvcp/screens/qtdragon_hd/qtdragon_hd.qss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,16 @@ qproperty-center_color: gray;
484484
qproperty-center_gradient_color: #404040;
485485
qproperty-bezel_color: orange;
486486
qproperty-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
}

0 commit comments

Comments
 (0)