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:
gambas 2021-03-05 00:40:42 +01:00 committed by Christof Thalhofer
parent 860f678b5a
commit 3f73dc4939

View file

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