Open vsopko opened 6 months ago
Isn't it better to remove list nodes default background (make it transparent)? It looks inconsistently with studio UI. https://github.com/oleg-shilo/PyMap.VSIX/blob/37e4907d3fa0c927192e370eb329922a2a8e27d3/PyMap/Global.cs#L429 static SolidColorBrush NoBookmark = new SolidColorBrush(Color.FromArgb(1, 255, 255, 255)); static SolidColorBrush NoBookmark = new SolidColorBrush(Color.FromArgb(0, 255, 255, 255));
Isn't it better to remove list nodes default background (make it transparent)? It looks inconsistently with studio UI. https://github.com/oleg-shilo/PyMap.VSIX/blob/37e4907d3fa0c927192e370eb329922a2a8e27d3/PyMap/Global.cs#L429
static SolidColorBrush NoBookmark = new SolidColorBrush(Color.FromArgb(1, 255, 255, 255));static SolidColorBrush NoBookmark = new SolidColorBrush(Color.FromArgb(0, 255, 255, 255));