#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Thu, 19 Nov 2015 14:55:55 +0100
changeset 15952 f4008565bc21
parent 15948 6c77b437c12b
child 15953 3a19474e1e29
#UI_ENHANCEMENT class: FileBrowserV2UISpecifications layout unified
FileBrowserV2UISpecifications.st
--- a/FileBrowserV2UISpecifications.st	Wed Nov 18 13:12:26 2015 +0100
+++ b/FileBrowserV2UISpecifications.st	Thu Nov 19 14:55:55 2015 +0100
@@ -304,7 +304,7 @@
                 (LabelSpec
                    label: 'Bar Width:'
                    name: 'BarWidthLabel'
-                   layout: (AlignmentOrigin 88 0 13 0 1 0.5)
+                   layout: (AlignmentOrigin 100 0 13 0 1 0.5)
                    activeHelpKey: barWidth
                    translateLabel: true
                    resizeForLabel: true
@@ -312,7 +312,7 @@
                  )
                 (InputFieldSpec
                    name: 'BarWidthField'
-                   layout: (LayoutFrame 90 0 0 0 140 0 22 0)
+                   layout: (LayoutFrame 100 0 0 0 140 0 22 0)
                    activeHelpKey: barWidth
                    tabable: true
                    model: barWidth
@@ -340,9 +340,9 @@
                    acceptOnPointerLeave: false
                  )
                 (LabelSpec
-                   label: 'Show Handles:'
+                   label: 'Show:'
                    name: 'ShowHandlesLabel'
-                   layout: (LayoutFrame 0 0 28 0 105 0 47 0)
+                   layout: (LayoutFrame 0 0 28 0 100 0 47 0)
                    activeHelpKey: showHandle
                    translateLabel: true
                    resizeForLabel: true
@@ -351,7 +351,7 @@
                 (PopUpListSpec
                    label: 'Default'
                    name: 'ShowHandlesPopUpList'
-                   layout: (LayoutFrame 107 0 28 0 225 0 47 0)
+                   layout: (LayoutFrame 100 0 28 0 225 0 47 0)
                    activeHelpKey: showHandle
                    translateLabel: true
                    resizeForLabel: true
@@ -361,26 +361,6 @@
                    useIndex: true
                  )
                 (LabelSpec
-                   label: 'Snap Mode:'
-                   name: 'SnapLabel'
-                   layout: (LayoutFrame 0 0 54 0 105 0 76 0)
-                   activeHelpKey: snapMode
-                   translateLabel: true
-                   adjust: right
-                 )
-                (PopUpListSpec
-                   label: 'none'
-                   name: 'SnapModePopUpList'
-                   layout: (LayoutFrame 107 0 54 0 225 0 75 0)
-                   activeHelpKey: snapMode
-                   translateLabel: true
-                   adjust: center
-                   tabable: true
-                   model: snapModeIdx
-                   menu: snapModeList
-                   useIndex: true
-                 )
-                (LabelSpec
                    label: 'Position:'
                    name: 'HandlePositionLabel'
                    layout: (AlignmentOrigin 293 0 38 0 1 0.5)
@@ -401,6 +381,26 @@
                    menu: handlePositionList
                    useIndex: true
                  )
+                (LabelSpec
+                   label: 'Snap Mode:'
+                   name: 'SnapLabel'
+                   layout: (LayoutFrame 0 0 54 0 100 0 76 0)
+                   activeHelpKey: snapMode
+                   translateLabel: true
+                   adjust: right
+                 )
+                (PopUpListSpec
+                   label: 'none'
+                   name: 'SnapModePopUpList'
+                   layout: (LayoutFrame 100 0 54 0 225 0 75 0)
+                   activeHelpKey: snapMode
+                   translateLabel: true
+                   adjust: center
+                   tabable: true
+                   model: snapModeIdx
+                   menu: snapModeList
+                   useIndex: true
+                 )
                 )
               
              )
@@ -408,16 +408,16 @@
           (FramedBoxSpec
              label: 'Visibility'
              name: 'FramedBox1'
-             layout: (LayoutFrame 0 0.0 287 0 0 1.0 371 0)
+             layout: (LayoutFrame 0 0.0 287 0 0 1.0 376 0)
              labelPosition: topLeft
              translateLabel: true
              component: 
             (SpecCollection
                collection: (
                 (LabelSpec
-                   label: 'orientation:'
+                   label: 'Orientation:'
                    name: 'orientation'
-                   layout: (AlignmentOrigin 85 0 13 0 1 0.5)
+                   layout: (AlignmentOrigin 100 0 13 0 1 0.5)
                    activeHelpKey: borderWidth
                    translateLabel: true
                    resizeForLabel: true
@@ -425,7 +425,7 @@
                  )
                 (ComboListSpec
                    name: 'orientationList'
-                   layout: (LayoutFrame 85 0 2 0 194 0 24 0)
+                   layout: (LayoutFrame 100 0 2 0 194 0 24 0)
                    model: orientation
                    comboList: orientationList
                    useIndex: false
@@ -446,9 +446,16 @@
                    comboList: whichViewList
                    useIndex: false
                  )
+                (LabelSpec
+                   label: 'Visibility:'
+                   name: 'visibilityLabel'
+                   layout: (AlignmentOrigin 100 0 40 0 1 0.5)
+                   translateLabel: true
+                   resizeForLabel: true
+                 )
                 (InputFieldSpec
                    name: 'visibility'
-                   layout: (LayoutFrame 85 0 29 0 0 1.0 51 0)
+                   layout: (LayoutFrame 100 0 29 0 0 1.0 51 0)
                    activeHelpKey: canvas
                    model: visibility
                    group: inputGroup
@@ -456,13 +463,6 @@
                    modifiedChannel: modifiedChannel
                    acceptOnPointerLeave: false
                  )
-                (LabelSpec
-                   label: 'visibility:'
-                   name: 'visibilityLabel'
-                   layout: (AlignmentOrigin 85 0 40 0 1 0.5)
-                   translateLabel: true
-                   resizeForLabel: true
-                 )
                 )
               
              )