Icons are resized depending on the current scale/resolution
See issue #3547 and #4803
This commit is contained in:
@@ -29,7 +29,7 @@ extern Glib::ustring versionString;
|
||||
|
||||
SplashImage::SplashImage ()
|
||||
{
|
||||
surface = RTImage::createFromFile ("splash.png");
|
||||
surface = RTImage::createImgSurfFromFile ("splash.png");
|
||||
}
|
||||
|
||||
bool SplashImage::on_draw(const ::Cairo::RefPtr< Cairo::Context> &cr)
|
||||
|
Reference in New Issue
Block a user