mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:37:42 +00:00
NotificationServer: Remove usages of deprecated implicit ui conversions
This commit is contained in:
parent
603034759f
commit
3451181fbf
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void NotificationWindow::enter_event(Core::Event&)
|
|||
void NotificationWindow::leave_event(Core::Event&)
|
||||
{
|
||||
m_hovering = false;
|
||||
m_text_label->set_fixed_height(-1);
|
||||
m_text_label->set_preferred_height(GUI::SpecialDimension::Grow);
|
||||
set_height(40);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue