Use wxBitmapBundle for widgets sample icons

Increase the size of the wxTreeCtrl slightly so the items better fit.
This commit is contained in:
Maarten Bent
2025-03-30 22:21:53 +02:00
parent 5534958ef5
commit e0ed66b8d3
34 changed files with 115 additions and 75 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
class HeaderCtrlWidgetsPage : public WidgetsPage
{
public:
HeaderCtrlWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist)
HeaderCtrlWidgetsPage(WidgetsBookCtrl *book, wxVector<wxBitmapBundle>& imaglist)
: WidgetsPage(book, imaglist, header_xpm)
{
m_header = nullptr;