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.
This commit is contained in:
Axel Dörfler
2015-09-09 20:56:11 +02:00
parent fd79684a5f
commit f74aab0a2e
@@ -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++) {