Now the 'close' stock button is smaller, use its 'small' size again.
[GB.FORM] * NEW: Now the 'close' stock button is smaller, use its 'small' size again.
This commit is contained in:
parent
860f678b5a
commit
3f73dc4939
1 changed files with 1 additions and 1 deletions
|
@ -978,7 +978,7 @@ Private Sub CloseButton_Write(Value As Boolean)
|
|||
|
||||
$hClosePanel = New DrawingArea(Me) As "ClosePanel"
|
||||
$hCloseAll = New ToolButton($hClosePanel) As "CloseAll"
|
||||
$hCloseAll.Picture = Picture["icon:/tiny/close"]
|
||||
$hCloseAll.Picture = Picture["icon:/small/close"]
|
||||
$hCloseAll.Show
|
||||
|
||||
Me._Container = hSave
|
||||
|
|
Loading…
Reference in a new issue