Skip to content

Commit

Permalink
superseeds #228 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored Oct 24, 2024
1 parent b3e7b76 commit 70a3228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataPlotly/gui/plot_settings_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def refreshWidgets(self): # pylint: disable=too-many-statements,too-many-branch
PlotSettings.PROPERTY_COLOR, self.data_defined_properties.property(
PlotSettings.PROPERTY_COLOR),
QgsPropertyDefinition(
'color', QgsPropertyDefinition.DataType.DataTypeString, 'Color Array',
'color', QgsPropertyDefinition.DataTypeString, 'Color Array',
"string [<b>r,g,b,a</b>] as int 0-255 or #<b>AARRGGBB</b> as hex or <b>color</b> as color's name, "
"or an array of such strings"
), None, False
Expand All @@ -826,7 +826,7 @@ def refreshWidgets(self): # pylint: disable=too-many-statements,too-many-branch
PlotSettings.PROPERTY_COLOR, self.data_defined_properties.property(
PlotSettings.PROPERTY_COLOR),
QgsPropertyDefinition(
'color', QgsPropertyDefinition.DataType.DataTypeString, 'Color Array',
'color', QgsPropertyDefinition.DataTypeString, 'Color Array',
"string [<b>r,g,b,a</b>] as int 0-255 or #<b>AARRGGBB</b> as hex or <b>color</b> as color's name, "
"or an array of such strings"
), None, False
Expand Down

0 comments on commit 70a3228

Please sign in to comment.