ide/FindInFilesDialog: Took out stay-on-top attribute
authorJerome St-Louis <jerome@ecere.com>
Wed, 13 Mar 2013 04:57:15 +0000 (00:57 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 13 Mar 2013 04:57:15 +0000 (00:57 -0400)
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; } };