diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-08-03 20:11:20 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-08-03 20:11:20 +1000 |
commit | 12d241335c5ed445baddd9fbc98892495abc1d71 (patch) | |
tree | 3a0030734675499e3cfaf8f5602b66a184676450 | |
parent | f7bfc040a062b3f5a3549abd87463221c667f1d5 (diff) |
Updated to use rearranged position of Font_Size type
-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); |