MenuEditor.st
changeset 535 1caf545614c5
parent 532 de091386bbae
child 537 c39e2ceeaaea
equal deleted inserted replaced
534:25e349c437d2 535:1caf545614c5
   914                 )
   914                 )
   915                  #(#UISubSpecification
   915                  #(#UISubSpecification
   916                     #'name:' 'infoBarSubSpec'
   916                     #'name:' 'infoBarSubSpec'
   917                     #'layout:' #(#LayoutFrame 0 0.0 -22 1 0 1.0 0 1.0)
   917                     #'layout:' #(#LayoutFrame 0 0.0 -22 1 0 1.0 0 1.0)
   918                     #'majorKey:' #ToolApplicationModel
   918                     #'majorKey:' #ToolApplicationModel
   919                     #'minorKey:' #windowSpecForInfoBar
   919                     #'minorKey:' #windowSpecForInfoBarWithClock
   920                 )
   920                 )
   921               )
   921               )
   922           )
   922           )
   923       )
   923       )
   924 ! !
   924 ! !
  1633 
  1633 
  1634 isStandAlone
  1634 isStandAlone
  1635     "returns true in case of owner of the helptool"
  1635     "returns true in case of owner of the helptool"
  1636 
  1636 
  1637     ^self masterApplication isNil
  1637     ^self masterApplication isNil
       
  1638 !
       
  1639 
       
  1640 preferredExtent
       
  1641 
       
  1642     ^super preferredExtent max: (Screen current width//3)@(Screen current height//2.5)
       
  1643 
       
  1644 
  1638 ! !
  1645 ! !
  1639 
  1646 
  1640 !MenuEditor methodsFor:'selection'!
  1647 !MenuEditor methodsFor:'selection'!
  1641 
  1648 
  1642 menuChanged
  1649 menuChanged