diff options
Diffstat (limited to 'detailview.c')
-rw-r--r-- | detailview.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/detailview.c b/detailview.c index b33ba02..74b8b02 100644 --- a/detailview.c +++ b/detailview.c @@ -67,6 +67,7 @@ void cNopacityView::SetGeometry(int x, int y, int width, int height, int border, if (tabbed) tabHeight = 2 * border; contentHeight = height - headerHeight - tabHeight; + SetFonts(); } void cNopacityView::SetFonts(void) { |