mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T369, text message component style / font size +/-
This commit is contained in:
@@ -577,5 +577,15 @@ namespace BlackGui
|
||||
this->displayMyself();
|
||||
}
|
||||
|
||||
void CTextMessageComponent::fontSizeMinus()
|
||||
{
|
||||
ui->comp_SettingsStyle->fontSizeMinus();
|
||||
}
|
||||
|
||||
void CTextMessageComponent::fontSizePlus()
|
||||
{
|
||||
ui->comp_SettingsStyle->fontSizePlus();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user