[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:
parent
a0ee7de173
commit
2e31dfa5f3
1 changed files with 6 additions and 9 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue