diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-18 20:13:41 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-18 20:13:41 +1200 |
commit | 525b5641fee7154d5be1a66420ca15d54bb6f6ce (patch) | |
tree | b0f6944bbfc5626096c7cd47702c8d4b7ebccaf0 /src/displays.adb | |
parent | ce2ba2c8bdd7070d7688eff83173b6725c0fe657 (diff) |
Consolidated image data
Diffstat (limited to 'src/displays.adb')
-rw-r--r-- | src/displays.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displays.adb b/src/displays.adb index 9893db3..5b9885d 100644 --- a/src/displays.adb +++ b/src/displays.adb @@ -8,6 +8,7 @@ with + Data, FLTK.Screen, FLTK.Events; @@ -50,7 +51,7 @@ package body Displays is This.Level_Box.Set_Label_Size (Text_Size); This.Move_Box.Set_Label_Size (Text_Size); - This.Set_Icon (Logo); + This.Set_Icon (Data.Man_Image.all); end return; end Create; |