ide/FindInFilesDialog: Took out stay-on-top attribute
[sdk] / ide / src / dialogs / FindInFilesDialog.ec
index a30da2e..08237e8 100644 (file)
@@ -14,7 +14,6 @@ class FindInFilesDialog : Window
    tabCycle = true;
    size = { 440, 208 };
    autoCreate = false;
-   stayOnTop = true;
    
 public:
    property char * searchString { set { findContent.contents = value; } get { return findContent.contents; } };