mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibGUI: Replace up and down arrows with emoji
This commit is contained in:
parent
80699a0824
commit
d18f6e82eb
Notes:
sideshowbarker
2024-07-19 06:20:01 +09:00
Author: https://github.com/asliturk
Commit: d18f6e82eb
Pull-request: https://github.com/SerenityOS/serenity/pull/2304
4 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@ ComboBox::ComboBox()
|
|||
};
|
||||
m_open_button = add<Button>();
|
||||
m_open_button->set_focusable(false);
|
||||
m_open_button->set_text("\xc3\xb7");
|
||||
m_open_button->set_text("\xE2\xAC\x87"); // DOWNWARDS BLACK ARROW
|
||||
m_open_button->on_click = [this](auto) {
|
||||
if (m_list_window->is_visible())
|
||||
close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue