Fix side panel button color
This commit is contained in:
@@ -614,6 +614,7 @@ void CaptureWidget::initPanel()
|
||||
auto* panelToggleButton =
|
||||
new OrientablePushButton(tr("Tool Settings"), this);
|
||||
makeChild(panelToggleButton);
|
||||
panelToggleButton->setColor(m_uiColor);
|
||||
panelToggleButton->setOrientation(
|
||||
OrientablePushButton::VerticalBottomToTop);
|
||||
panelToggleButton->move(panelRect.x(),
|
||||
|
||||
Reference in New Issue
Block a user