Skip to content

Commit

Permalink
qtdragon/hd -qtdragon stylesheet: enlarge the editor buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
c-morley committed Aug 24, 2024
1 parent 28f8ead commit f7cbbcc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions share/qtvcp/screens/qtdragon/qtdragon.qss
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,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";
}
12 changes: 12 additions & 0 deletions share/qtvcp/screens/qtdragon_hd/qtdragon_hd.qss
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,16 @@ qproperty-center_color: gray;
qproperty-center_gradient_color: #404040;
qproperty-bezel_color: orange;
qproperty-bezel_width: 2;
}

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

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

0 comments on commit f7cbbcc

Please sign in to comment.