mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:57:46 +00:00
Userland: Replace usages of AbstractButton::text_deprecated with text()
This commit is contained in:
parent
fca29eae09
commit
d32d4029d3
9 changed files with 25 additions and 25 deletions
|
@ -393,5 +393,5 @@ void TaskbarWindow::workspace_change_event(unsigned current_row, unsigned curren
|
|||
void TaskbarWindow::set_start_button_font(Gfx::Font const& font)
|
||||
{
|
||||
m_start_button->set_font(font);
|
||||
m_start_button->set_fixed_size(font.width(m_start_button->text_deprecated()) + 30, 21);
|
||||
m_start_button->set_fixed_size(font.width(m_start_button->text()) + 30, 21);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue