mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix frame on Histogram
This commit is contained in:
parent
7f926a5a4d
commit
8e720f7077
@ -1153,7 +1153,8 @@ void RiuViewer::updateOverlayItemsStyle()
|
||||
|
||||
m_infoLabel->setStyleSheet(caf::StyleSheetTools::createFrameStyleSheet("QLabel", "InfoLabel", contrastColor, backgroundColor, backgroundFrameColor));
|
||||
m_histogramWidget->setStyleSheet(caf::StyleSheetTools::createFrameStyleSheet("", "HistogramWidget", contrastColor, backgroundColor, backgroundFrameColor));
|
||||
|
||||
m_histogramWidget->setPalette(p);
|
||||
|
||||
m_versionInfoLabel->setPalette(p);
|
||||
m_zScaleLabel->setPalette(p);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user