Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
5180fda8 by wurstsalat at 2025-02-03T22:02:19+01:00
cfix: DBMigration: Add dialog padding via margin-* properties
Gajim's gajim.css styles may not be loaded when errors occur
- - - - -
2 changed files:
- gajim/data/gui/db_migration.ui
- gajim/gtk/db_migration.py
Changes:
=====================================
gajim/data/gui/db_migration.ui
=====================================
@@ -5,6 +5,10 @@
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<property name="hexpand">true</property>
+ <property name="margin-top">18</property>
+ <property name="margin-end">18</property>
+ <property name="margin-bottom">18</property>
+ <property name="margin-start">18</property>
<child>
<object class="GtkStack" id="stack">
<property name="vexpand">1</property>
=====================================
gajim/gtk/db_migration.py
=====================================
@@ -34,6 +34,7 @@ def __init__(
title=_("Database Migration"),
default_width=600,
default_height=300,
+ add_window_padding=False,
transient_for=app.window,
modal=True,
)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5180fda8347eff0e3f79d56f19d913fe37fcd88b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5180fda8347eff0e3f79d56f19d913fe37fcd88b
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]