From f74aab0a2e68482de6d4e2ee42e98baad349dca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 9 Sep 2015 20:06:33 +0200 Subject: [PATCH] Appearance: Added font sizes 19, and 20 to the set. * We might want to find a better solution for this, and also use it for the Terminal then. --- src/preferences/appearance/FontSelectionView.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/preferences/appearance/FontSelectionView.cpp b/src/preferences/appearance/FontSelectionView.cpp index aef72e24a7c..eaae7b4d835 100644 --- a/src/preferences/appearance/FontSelectionView.cpp +++ b/src/preferences/appearance/FontSelectionView.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2011, Haiku. + * Copyright 2001-2015, Haiku. * Distributed under the terms of the MIT License. * * Authors: @@ -251,7 +251,8 @@ FontSelectionView::CreateFontsMenuBarLayoutItem() void FontSelectionView::_BuildSizesMenu() { - const int32 sizes[] = {7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 21, 24, 0}; + const int32 sizes[] = {7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19, 20, + 21, 24, 0}; // build size menu for (int32 i = 0; sizes[i]; i++) {