diff options
-rw-r--r-- | src/windows-about.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows-about.adb b/src/windows-about.adb index 9d3f761..a02a66a 100644 --- a/src/windows-about.adb +++ b/src/windows-about.adb @@ -53,7 +53,7 @@ package body Windows.About is This.Add (This.Picture); This.Add (This.Heading); - This.Heading.Set_Label_Size (FLTK.Widgets.Font_Size (Heading_Size)); + This.Heading.Set_Label_Size (FLTK.Font_Size (Heading_Size)); This.Add (This.Blurb); This.Add (This.Author); This.Add (This.Dismiss); |