added split resizing and splitting
This commit is contained in:
@@ -43,6 +43,11 @@ TooltipWidget::~TooltipWidget()
|
||||
this->fontChangedConnection.disconnect();
|
||||
}
|
||||
|
||||
void TooltipWidget::themeRefreshEvent()
|
||||
{
|
||||
this->setStyleSheet("color: #fff; background: #000");
|
||||
}
|
||||
|
||||
void TooltipWidget::scaleChangedEvent(float)
|
||||
{
|
||||
this->updateFont();
|
||||
|
||||
Reference in New Issue
Block a user