mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
HackStudio: Adjust heights for Locator and Find widgets
These were two pixels too small and, in Locator's case, blurring the boundary with Statusbar.
This commit is contained in:
parent
77c4b20157
commit
29504ae5b6
Notes:
sideshowbarker
2024-07-17 18:18:49 +09:00
Author: https://github.com/thankyouverycool
Commit: 29504ae5b6
Pull-request: https://github.com/SerenityOS/serenity/pull/12723
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ FindInFilesWidget::FindInFilesWidget()
|
|||
|
||||
auto& top_container = add<Widget>();
|
||||
top_container.set_layout<GUI::HorizontalBoxLayout>();
|
||||
top_container.set_fixed_height(20);
|
||||
top_container.set_fixed_height(22);
|
||||
|
||||
m_textbox = top_container.add<GUI::TextBox>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue