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
@ -978,7 +978,7 @@ Private Sub CloseButton_Write(Value As Boolean)
|
|||||||
|
|
||||||
$hClosePanel = New DrawingArea(Me) As "ClosePanel"
|
$hClosePanel = New DrawingArea(Me) As "ClosePanel"
|
||||||
$hCloseAll = New ToolButton($hClosePanel) As "CloseAll"
|
$hCloseAll = New ToolButton($hClosePanel) As "CloseAll"
|
||||||
$hCloseAll.Picture = Picture["icon:/tiny/close"]
|
$hCloseAll.Picture = Picture["icon:/small/close"]
|
||||||
$hCloseAll.Show
|
$hCloseAll.Show
|
||||||
|
|
||||||
Me._Container = hSave
|
Me._Container = hSave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user