Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
1d96f24f by wurstsalat at 2024-12-15T16:03:00+01:00
cfix: PasswordDialog: Fix test; fix icon size
- - - - -
2 changed files:
- gajim/data/gui/password_dialog.ui
- test/gtk/ui_test_password_dialog.py
Changes:
=====================================
gajim/data/gui/password_dialog.ui
=====================================
@@ -27,6 +27,7 @@
<child>
<object class="GtkImage">
<property name="icon-name">dialog-password-symbolic</property>
+ <property name="pixel-size">32</property>
</object>
</child>
<child>
=====================================
test/gtk/ui_test_password_dialog.py
=====================================
@@ -44,7 +44,7 @@ def get_own_jid(self) -> JID:
event = PasswordRequired(client, on_password)
-window = PasswordDialog(event)
+window = PasswordDialog(ACCOUNT, event)
window.show()
util.run_app()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1d96f24fffd2f3723d2d7854df084c8e3ea309e0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1d96f24fffd2f3723d2d7854df084c8e3ea309e0
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]