Store buttonset tooltips in static memory, saves about 700 byte per thumbnail
This commit is contained in:
@@ -34,6 +34,10 @@ public:
|
||||
static Cairo::RefPtr<RTSurface> headIcon;
|
||||
static Cairo::RefPtr<RTSurface> tailIcon;
|
||||
|
||||
static Glib::ustring moveHeadToolTip;
|
||||
static Glib::ustring moveEndToolTip;
|
||||
static Glib::ustring cancelJobToolTip;
|
||||
|
||||
explicit BatchQueueButtonSet (BatchQueueEntry* myEntry);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user