mirror of
https://github.com/alexkay/spek.git
synced 2025-04-22 11:20:31 +03:00
osx: Fix logo scaling issue in the About dialogue
More like a give up than a fix. I could not manage to get the svg pixbuf loader to do its job. For now the dialogue just loads the default bitmap logo. For future reference, to install use the `librsvg +no_gnome` port and add a <binary> section in the bundle file. Partially fixes issue 31.
This commit is contained in:
parent
1b287083cd
commit
1426e66ea4
@ -220,7 +220,7 @@ namespace Spek {
|
||||
dlg.license = license;
|
||||
dlg.wrap_license = true;
|
||||
try {
|
||||
dlg.logo = IconTheme.get_default ().load_icon ("spek", 128, 0);
|
||||
dlg.logo = IconTheme.get_default ().load_icon ("spek", 128, IconLookupFlags.FORCE_SVG);
|
||||
} catch (Error e) {
|
||||
dlg.logo_icon_name = "spek";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user