summaryrefslogtreecommitdiff
path: root/src/windows-find.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-find.adb')
-rw-r--r--src/windows-find.adb10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/windows-find.adb b/src/windows-find.adb
index 8ae6685..2096436 100644
--- a/src/windows-find.adb
+++ b/src/windows-find.adb
@@ -1,13 +1,5 @@
-with
-
- FLTK.Widgets.Groups.Windows.Double,
- FLTK.Widgets.Inputs,
- FLTK.Widgets.Buttons.Enter,
- FLTK.Widgets.Buttons.Light.Check;
-
-
package body Windows.Find is
@@ -85,6 +77,8 @@ package body Windows.Find is
This.Add (This.Start);
This.Start.Set_Callback (Find_M'Access);
+ This.Set_Icon (Logo);
+
This.Set_Callback (Hide_CB'Access);
This.Set_Modal;
end return;