From 3f73dc4939cfb6dafe4d0bd5a626b8b37e04ff2d Mon Sep 17 00:00:00 2001 From: gambas Date: Fri, 5 Mar 2021 00:40:42 +0100 Subject: [PATCH] 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. --- comp/src/gb.form/.src/TabPanel/TabPanel.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.form/.src/TabPanel/TabPanel.class b/comp/src/gb.form/.src/TabPanel/TabPanel.class index e3ac2b0f9..e39b1ce11 100644 --- a/comp/src/gb.form/.src/TabPanel/TabPanel.class +++ b/comp/src/gb.form/.src/TabPanel/TabPanel.class @@ -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