Skip to content
Snippets Groups Projects
Commit a9fb5aaa authored by Studer Gabriel's avatar Studer Gabriel
Browse files

set proper title in color selection widget

parent adfb9e89
No related merge requests found
......@@ -53,7 +53,7 @@ class ColorSelectWidget(QtWidgets.QWidget):
def ChangeColor(self):
color = QtWidgets.QColorDialog.getColor(initial = self.color_, parent = self,
title = "asdf")
title = "Select Color")
if(color != self.color_ and color.isValid()):
self.color_ = color
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment