[DEVELOPMENT ENVIRONMENT]
* BUG: Open project dialog: Don't draw the dialog buttons on top of the project view. git-svn-id: svn://localhost/gambas/trunk@7206 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
08c0e1037e
commit
916a241ad9
1 changed files with 5 additions and 1 deletions
|
@ -27,11 +27,15 @@
|
|||
Arrangement = Arrange.Fill
|
||||
}
|
||||
{ tvwProject TreeView
|
||||
MoveScaled(2,13,41,27)
|
||||
MoveScaled(2,13,41,18)
|
||||
Expand = True
|
||||
Mode = Select.None
|
||||
Border = False
|
||||
}
|
||||
{ panOpen2 HBox
|
||||
MoveScaled(3,39,21,4)
|
||||
Background = Color.TextBackground
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue