aboutsummaryrefslogtreecommitdiff
path: root/src/prompt-box.vala
diff options
context:
space:
mode:
authorMichael Webster <miketwebster@gmail.com>2024-05-28 14:10:26 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-05-28 14:11:00 +0200
commit5a2e16b8405236a76c09de77120a03e50254c5bf (patch)
treeff949a6ea2258580cf8a359b7f2498b70d4621a9 /src/prompt-box.vala
parentdc19d70c2c8f6680a18f20c34b67bc70c50f680c (diff)
downloadarctica-greeter-5a2e16b8405236a76c09de77120a03e50254c5bf.tar.gz
arctica-greeter-5a2e16b8405236a76c09de77120a03e50254c5bf.tar.bz2
arctica-greeter-5a2e16b8405236a76c09de77120a03e50254c5bf.zip
Fix hidpi rendering of session badges.
Most of the more common desktops provide a scalable icon, so they can be rendered in hidpi.
Diffstat (limited to 'src/prompt-box.vala')
-rw-r--r--src/prompt-box.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prompt-box.vala b/src/prompt-box.vala
index 267dab8..601464e 100644
--- a/src/prompt-box.vala
+++ b/src/prompt-box.vala
@@ -394,7 +394,7 @@ public class PromptBox : FadableBox
if (option_button == null)
return;
- option_image.pixbuf = image;
+ option_image.set_pixbuf (image);
if (tooltip == null)
option_image.set_tooltip_text("");