Made hex viewer hover rectangles more prominent

This commit is contained in:
Nav
2023-05-03 21:44:47 +01:00
parent 2f7954fcc9
commit acb05904dd

View File

@@ -164,7 +164,7 @@ namespace Bloom::Widgets
this->setSceneRect(0, 0, this->getSceneWidth(), 0); this->setSceneRect(0, 0, this->getSceneWidth(), 0);
static const auto hoverRectBackgroundColor = QColor(0x8E, 0x8B, 0x83, 30); static const auto hoverRectBackgroundColor = QColor(0x8E, 0x8B, 0x83, 45);
this->hoverRectX->setBrush(hoverRectBackgroundColor); this->hoverRectX->setBrush(hoverRectBackgroundColor);
this->hoverRectY->setBrush(hoverRectBackgroundColor); this->hoverRectY->setBrush(hoverRectBackgroundColor);