mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 22:08:59 +00:00
FileManager: Make the location box 2px taller
This commit is contained in:
parent
9895405b7c
commit
3d5233ae40
Notes:
sideshowbarker
2024-07-19 06:29:40 +09:00
Author: https://github.com/awesomekling
Commit: 3d5233ae40
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@ int run_in_windowed_mode(RefPtr<Core::ConfigFile> config, String initial_locatio
|
|||
location_label.size_to_fit();
|
||||
|
||||
auto& location_textbox = location_toolbar.add<GUI::TextBox>();
|
||||
location_textbox.set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fixed);
|
||||
location_textbox.set_preferred_size(0, 22);
|
||||
|
||||
auto& splitter = widget.add<GUI::HorizontalSplitter>();
|
||||
auto& tree_view = splitter.add<GUI::TreeView>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue