Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Mar 21, 2024
1 parent e04c639 commit dc5e206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artisanlib/roast_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ def __init__(self, parent:QWidget, aw:'ApplicationWindow', activeTab:int = 0) ->
self.whole_color_edit.setAlignment(Qt.AlignmentFlag.AlignRight)
ground_color_label = QLabel('<b>' + QApplication.translate('Label', 'Ground') + '</b>')
self.ground_color_edit = QLineEdit(str(self.aw.qmc.ground_color))
self.ground_color_edit.setValidator(self.aw.createCLocaleDoubleValidator(0., 999., 2, self.whole_color_edit))
self.ground_color_edit.setValidator(self.aw.createCLocaleDoubleValidator(0., 999., 2, self.ground_color_edit))
self.ground_color_edit.setMinimumWidth(70)
self.ground_color_edit.setMaximumWidth(70)
self.ground_color_edit.setAlignment(Qt.AlignmentFlag.AlignRight)
Expand Down

0 comments on commit dc5e206

Please sign in to comment.