SmallSense__AbstractSearchDialog.st
changeset 335 ee7df84ebb4f
parent 334 43dba1c14293
child 338 0a04e7f6e747
--- a/SmallSense__AbstractSearchDialog.st	Sat May 03 00:52:55 2014 +0100
+++ b/SmallSense__AbstractSearchDialog.st	Sat May 03 01:06:07 2014 +0100
@@ -84,11 +84,26 @@
              component: 
             (SpecCollection
                collection: (
-                (LabelSpec
-                   label: 'Enter name prefix or pattern (*):'
-                   name: 'PatternLabel'
-                   translateLabel: true
-                   adjust: left
+                (ViewSpec
+                   name: 'Box1'
+                   component: 
+                  (SpecCollection
+                     collection: (
+                      (LabelSpec
+                         label: 'Enter name prefix or pattern (*):'
+                         name: 'PatternLabel'
+                         layout: (LayoutFrame 0 0 0 0 -100 1 0 1)
+                         translateLabel: true
+                         adjust: left
+                       )
+                      (UISubSpecification
+                         name: 'SubSpecification1'
+                         layout: (LayoutFrame -100 1 0 0 0 1 0 1)
+                         minorKey: optionsShowHideRightAlignedPaneSpec
+                       )
+                      )
+                    
+                   )
                    extent: (Point 708 30)
                  )
                 (InputFieldSpec
@@ -138,6 +153,8 @@
         
        )
      )
+
+    "Modified: / 03-05-2014 / 00:56:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !AbstractSearchDialog class methodsFor:'queries'!