[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
|
Arrangement = Arrange.Fill
|
||||||
}
|
}
|
||||||
{ tvwProject TreeView
|
{ tvwProject TreeView
|
||||||
MoveScaled(2,13,41,27)
|
MoveScaled(2,13,41,18)
|
||||||
Expand = True
|
Expand = True
|
||||||
Mode = Select.None
|
Mode = Select.None
|
||||||
Border = False
|
Border = False
|
||||||
}
|
}
|
||||||
|
{ panOpen2 HBox
|
||||||
|
MoveScaled(3,39,21,4)
|
||||||
|
Background = Color.TextBackground
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue