Set minimum branch view height to be smaller so that scroll bar is less likely to be required and in view.

This commit is contained in:
mjbudd77 2021-12-31 05:27:36 -05:00
parent bb6f149e4d
commit 31e6578877
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void BRANCHES::calcFontData(void)
pxGridWidth = pxMinGridWidth;
w = pxMinGridWidth * 13;
h = pxMaxGridWidth * 10;
h = pxMinGridWidth * 10;
if (w < BRANCHES_BITMAP_WIDTH ) w = BRANCHES_BITMAP_WIDTH;
if (h < BRANCHES_BITMAP_HEIGHT) h = BRANCHES_BITMAP_HEIGHT;