def setPropertiesSelectColour(self, title, newCol):
        props = self.widgetManager.get(WIDGET_NAMES.Properties, title)
        props.config(selectcolor=newCol)