[DEVELOPMENT ENVIRONMENT]

* BUG: Default IDE window size should be big enough now.


git-svn-id: svn://localhost/gambas/trunk@6983 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2015-03-13 21:24:51 +00:00
parent 59f1c91db0
commit 04c165250d
2 changed files with 4 additions and 9 deletions

View file

@ -31,7 +31,7 @@ Static Private $sCompressMessage As String
Public Sub _new()
Me.Resize(800, 600)
Me.ResizeScaled(86, 97)
Project.ProjectTree = tvwProject
Project.Workspace = wrkProject
@ -1823,12 +1823,6 @@ End
'
' End
Public Sub panProperty_Arrange()
'tabProperty_Click
End
Public Sub tvwProject_Leave()
$bInTreeView = False
@ -2362,7 +2356,7 @@ Public Sub Form_Resize()
If dwgWelcome.Visible Then
W = Desktop.Scale * 106 + 64
If W > Me.ClientW Then W = Max(Me.ClientW, Desktop.Scale * 80 + 64)
H = Max(Desktop.Scale * 80 + 64, Me.ClientH - 64)
H = Max(Desktop.Scale * 90 + 64, Me.ClientH - 64)
dwgWelcome.Move((Me.ClientW - W) \ 2, (Me.ClientH - H) \ 2, W, H)
Endif
@ -2624,3 +2618,4 @@ Public Sub txtSearchProject_Click()
mnuCloseAll_Click
End

View file

@ -1,7 +1,7 @@
# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,176,123)
MoveScaled(0,0,174,100)
Icon = Picture["img/logo/logo-ide.png"]
Arrangement = Arrange.Vertical
{ mnuFile Menu