浏览代码

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

Andreas Kling 2 年之前
父节点
当前提交
2bc8cbfe8f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Userland/Libraries/LibGUI/FontPicker.cpp

+ 2 - 0
Userland/Libraries/LibGUI/FontPicker.cpp

@@ -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);