[DEVELOPMENT ENVIRONMENT]

* BUG: Fix componetn chooser dialog layout.


git-svn-id: svn://localhost/gambas/trunk@7209 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2015-08-01 11:17:37 +00:00
parent a0ee7de173
commit 2e31dfa5f3

View file

@ -1,32 +1,29 @@
# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,86,91)
MoveScaled(0,0,86,87)
Text = ("Select a component")
Persistent = True
Arrangement = Arrange.Vertical
Spacing = True
Margin = True
{ choComponent ComponentChooser
MoveScaled(2,3,57,44)
Expand = True
Border = False
}
{ Separator1 Separator
MoveScaled(21,49,27,0)
}
{ HBox1 HBox
MoveScaled(2,54,80,6)
MoveScaled(2,54,80,4)
Spacing = True
Margin = True
{ Panel1 Panel
MoveScaled(33,1,2,4)
Expand = True
}
{ btnOK Button
MoveScaled(41,1,18,4)
MoveScaled(41,0,18,4)
Text = ("OK")
}
{ btnCancel Button
MoveScaled(60,1,18,4)
MoveScaled(60,0,18,4)
Text = ("Cancel")
}
}