mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 16:10:20 +00:00
FileManager: Show a folder icon in the location text box :^)
This commit is contained in:
parent
f50bc0f314
commit
b8a50e9d89
Notes:
sideshowbarker
2024-07-19 05:19:23 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b8a50e9d892
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ int run_in_windowed_mode(RefPtr<Core::ConfigFile> config, String initial_locatio
|
|||
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);
|
||||
location_textbox.set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/filetype-folder.png"));
|
||||
|
||||
auto& splitter = widget.add<GUI::HorizontalSplitter>();
|
||||
auto& tree_view = splitter.add<GUI::TreeView>();
|
||||
|
|
Loading…
Reference in a new issue