File tree Expand file tree Collapse file tree
share/qtvcp/screens/qtdragon_lathe Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -575,5 +575,27 @@ EditorBase {
575575 qproperty-styleColor6: #111155;/* Axes Values */
576576 qproperty-styleColor7: #111155;/* Other Values */
577577}
578+ MacroTab CustomButton{
579+ width: 20px;
580+ height: 40px;
581+ }
578582
583+ MacroTab QPushButton {
584+ width: 80px;
585+ height: 40px;
586+ }
587+
588+ MacroTab QLabel {
589+ font: 18pt "Lato Heavy";
590+ }
591+
592+ TouchSpinBox LineEdit {
593+ font: 14pt "Lato Heavy";
594+ }
595+
596+ TouchSpinBox QPushButton {
597+ width: 60px;
598+ height: 100px;
599+ }
600+
579601
Original file line number Diff line number Diff line change @@ -510,4 +510,39 @@ Bar#hal_bar_spindle_rpm{
510510 qproperty-useMultiColorIndicator: False;
511511 qproperty-indicatorColor: #0044ff;
512512 qproperty-split:20;
513- }
513+ }
514+
515+ NCamWindow {
516+ background: lightgray;
517+ }
518+ NCamWindow QToolButton {
519+ background: lightgray;}
520+
521+ QToolBar {
522+ background: lightgray;
523+ spacing: 3px; /* spacing between items in the tool bar */
524+ }
525+
526+ MacroTab CustomButton{
527+ width: 20px;
528+ height: 40px;
529+ }
530+
531+ MacroTab QPushButton {
532+ width: 80px;
533+ height: 40px;
534+ }
535+
536+ MacroTab QLabel {
537+ font: 18pt "Lato Heavy";
538+ }
539+
540+ TouchSpinBox LineEdit {
541+ font: 14pt "Lato Heavy";
542+ }
543+
544+ TouchSpinBox QPushButton {
545+ width: 60px;
546+ height: 100px;
547+ }
548+
You can’t perform that action at this time.
0 commit comments