[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:
Benoît Minisini 2015-08-01 09:19:11 +00:00
parent 08c0e1037e
commit 916a241ad9

View file

@ -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
}
} }
} }
} }