LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker

This commit is contained in:
Andreas Kling 2023-02-06 16:23:32 +01:00
commit 2bc8cbfe8f
Notes: sideshowbarker 2024-07-17 07:43:05 +09:00

View file

@ -95,7 +95,9 @@ FontPicker::FontPicker(Window* parent_window, Gfx::Font const* current_font, boo
m_size_spin_box->set_visible(true);
m_sizes.append(8);
m_sizes.append(9);
m_sizes.append(10);
m_sizes.append(11);
m_sizes.append(12);
m_sizes.append(14);
m_sizes.append(16);