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:
@@ -29,6 +29,7 @@
|
||||
#include "../rtengine/noncopyable.h"
|
||||
|
||||
class Thumbnail;
|
||||
class RTPixbuf;
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
@@ -61,7 +62,7 @@ class BatchQueueEntry final : public ThumbBrowserEntryBase, public BQEntryUpdate
|
||||
|
||||
public:
|
||||
|
||||
static Glib::RefPtr<Gdk::Pixbuf> savedAsIcon;
|
||||
static std::shared_ptr<RTPixbuf> savedAsIcon;
|
||||
|
||||
rtengine::ProcessingJob* job;
|
||||
const std::unique_ptr<rtengine::procparams::ProcParams> params;
|
||||
|
Reference in New Issue
Block a user