Philipp Hörist pushed to branch dialogs at gajim / gajim
Commits:
36e54e90 by Philipp Hörist at 2025-01-24T18:48:56+01:00
Fix border
- - - - -
2 changed files:
- gajim/data/style/gajim.css
- gajim/gtk/dialogs.py
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -35,7 +35,6 @@ button.flat.link { padding: 0; border: 0; }
.tabular-digits { font-feature-settings: "tnum"; }
-.confirmation-dialog { box-shadow: none; border: none; }
.confirmation-dialog .dialog-vbox { margin: 18px; }
.confirmation-dialog .dialog-vbox > :first-child { margin-bottom: 12px; }
.confirmation-dialog button {
=====================================
gajim/gtk/dialogs.py
=====================================
@@ -90,7 +90,6 @@ def __init__(
transient_for=transient_for,
message_type=Gtk.MessageType.QUESTION,
modal=True,
- decorated=False,
)
self.add_css_class("confirmation-dialog")
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/36e54e90974de29a2888badd4aa2abc3762ba419
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/36e54e90974de29a2888badd4aa2abc3762ba419
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]