mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 15:45:11 +08:00
Use wxBitmapBundle for widgets sample icons
Increase the size of the wxTreeCtrl slightly so the items better fit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user