Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
c6c19b74 by wurstsalat at 2024-11-19T22:22:01+01:00
cfix: Preview: Set pixel-size for disabled preview icon
- - - - -
1 changed file:
- gajim/gtk/preview.py
Changes:
=====================================
gajim/gtk/preview.py
=====================================
@@ -267,6 +267,7 @@ def update(self, preview: Preview, data: bytes | None) ->
None:
and not preview.from_us
):
image = Gtk.Image.new_from_icon_name("dialog-question")
+ image.set_pixel_size(64)
self._ui.icon_button.set_child(image)
self._ui.download_button.show()
file_size_string = _("Automatic preview disabled")
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c6c19b74b00a671805ab1a0c7db2913a4f6dddc3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c6c19b74b00a671805ab1a0c7db2913a4f6dddc3
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]