From 9aa5db7573e39f3706be1c00d31b4a211c1fc03f Mon Sep 17 00:00:00 2001 From: Paulo Henrique Junqueira Amorim Date: Thu, 30 Mar 2017 09:04:24 -0300 Subject: [PATCH] ENH: Changed icon to load mesh --- invesalius/gui/data_notebook.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index d6a28e3..3e96a24 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -603,7 +603,8 @@ class SurfaceButtonControlPanel(wx.Panel): wx.BITMAP_TYPE_PNG) BMP_DUPLICATE = wx.Bitmap(os.path.join(const.ICON_DIR, "data_duplicate.png"), wx.BITMAP_TYPE_PNG) - BMP_OPEN = wx.ArtProvider.GetBitmap(wx.ART_FOLDER_OPEN, wx.ART_BUTTON, (18,18)) + BMP_OPEN = wx.Bitmap(os.path.join(const.ICON_DIR, "load_mesh.png"), + wx.BITMAP_TYPE_PNG) # Plate buttons based on previous bitmaps button_style = pbtn.PB_STYLE_SQUARE | pbtn.PB_STYLE_DEFAULT -- libgit2 0.21.2