Initial commit for real hidpi support
Note: This commit has only been tested on MacOS Changes: - Icons now use the native hidpi support from Gtk (through Icon Theme) - Icons are now directly generated from scalable file (i.e. SVG file) - Widget sizes are scaled based on DPI and scale factor - Font size is scaled based on DPI and scale factor
This commit is contained in:
@@ -31,9 +31,9 @@ class BatchQueueButtonSet : public LWButtonSet
|
||||
static bool iconsLoaded;
|
||||
|
||||
public:
|
||||
static Cairo::RefPtr<RTSurface> cancelIcon;
|
||||
static Cairo::RefPtr<RTSurface> headIcon;
|
||||
static Cairo::RefPtr<RTSurface> tailIcon;
|
||||
static std::shared_ptr<RTSurface> cancelIcon;
|
||||
static std::shared_ptr<RTSurface> headIcon;
|
||||
static std::shared_ptr<RTSurface> tailIcon;
|
||||
|
||||
static Glib::ustring moveHeadToolTip;
|
||||
static Glib::ustring moveEndToolTip;
|
||||
|
Reference in New Issue
Block a user