diff options
Diffstat (limited to 'appl/alib/titlebar.b')
| -rw-r--r-- | appl/alib/titlebar.b | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appl/alib/titlebar.b b/appl/alib/titlebar.b index dc9c161..bed8d4d 100644 --- a/appl/alib/titlebar.b +++ b/appl/alib/titlebar.b @@ -44,8 +44,7 @@ init() new(top: ref Tk->Toplevel, buts: int): chan of string { r := top.screenr; - h_title = int (r.dy() / 30); - + h_title = int (1.5 * real r.dy() / 30.0); fnt_csz := int ( h_title * 2/3); fnt_nm := FONT_TTF + "_" + string fnt_csz; |
