Added two other unusual font sizes (11 & 13 pt). We may remove then again if
those doesn't look good with our font renderer :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7414 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8efe380a8a
commit
dda55a58d7
@ -1368,7 +1368,7 @@ ProbeView::AttachedToWindow()
|
||||
|
||||
subMenu = new BMenu("Font Size");
|
||||
subMenu->SetRadioMode(true);
|
||||
const int32 fontSizes[] = {9, 10, 12, 14, 18, 24, 36, 48};
|
||||
const int32 fontSizes[] = {9, 10, 11, 12, 13, 14, 18, 24, 36, 48};
|
||||
int32 fontSize = int32(fDataView->FontSize() + 0.5);
|
||||
if (fDataView->FontSizeFitsBounds())
|
||||
fontSize = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user