Skip to content

HowToFormDimensions

Carlo Barazzetta edited this page Jan 20, 2017 · 1 revision

How to force Form dimensions

To specify Width and Height of a form, define the MainTable/Controller/PopupWindow node in the View as in the following example from HelloKitto:

#view dolls.yaml

Type: Data
Controller: List
...
MainTable:
  Model: Doll
  Fields:
.....
  Controller:
    PopupWindow:
      Height: 500
      Width: 400
Clone this wiki locally