From 12d241335c5ed445baddd9fbc98892495abc1d71 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 3 Aug 2017 20:11:20 +1000 Subject: Updated to use rearranged position of Font_Size type --- src/windows-about.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit