Fix the search result panel layout according to the new debuggin panel close button.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix the search result panel layout according to the new debuggin panel close button.
This commit is contained in:
gambas 2017-11-15 19:16:44 +01:00
parent 88d9a14a2e
commit ffbfa0086e
2 changed files with 6 additions and 6 deletions

View File

@ -843,6 +843,7 @@ Public Sub UpdateView()
panButtonCompilation.Visible = Not Project.Running
panButtonTask.Visible = Not Project.Running
panButtonSearch.Visible = Not Project.Running
If Not bUndock Then
If Not FOutput.Parent Then

View File

@ -9,7 +9,7 @@
MoveScaled(3,2,120.875,43.875)
Expand = True
{ wizDebug Wizard
MoveScaled(0,1,94,41)
MoveScaled(-1,1,94,41)
Arrangement = Arrange.Vertical
Count = 8
ShowTitle = False
@ -57,10 +57,6 @@
Index = 2
Text = ("Current object")
Picture = Picture["img/16/current.png"]
{ Separator2 Separator
MoveScaled(26,7,27,0)
Visible = False
}
{ tbvObject TableView
MoveScaled(3,12,69,20)
Expand = True
@ -236,11 +232,14 @@
Expand = True
}
{ lblBrowse Label
MoveScaled(68,0,11,4)
MoveScaled(66,0,11,4)
Font = Font["Italic"]
Padding = 4
AutoResize = True
}
{ panButtonSearch Panel
MoveScaled(78,0,4,4)
}
}
{ Separator5 Separator
MoveScaled(35,5,8,0)