Skip to content

Commit

Permalink
Appearance: Added font sizes 19, and 20 to the set.
Browse files Browse the repository at this point in the history
* We might want to find a better solution for this, and also use it
  for the Terminal then.
  • Loading branch information
axeld committed Sep 9, 2015
1 parent fd79684 commit f74aab0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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:
Expand Down Expand Up @@ -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++) {
Expand Down

0 comments on commit f74aab0

Please sign in to comment.