Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
79f00321 by wurstsalat at 2023-05-28T19:56:17+02:00
cfix: Preview: Add back preview_box
- - - - -
2 changed files:
- gajim/data/gui/preview.ui
- gajim/gtk/builder.pyi
Changes:
=====================================
gajim/data/gui/preview.ui
=====================================
@@ -53,7 +53,7 @@
</packing>
</child>
<child>
- <object class="GtkBox">
+ <object class="GtkBox" id="preview_box">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">12</property>
=====================================
gajim/gtk/builder.pyi
=====================================
@@ -702,6 +702,7 @@ class PreferencesBuilder(Builder):
class PreviewBuilder(Builder):
preview_stack: Gtk.Stack
+ preview_box: Gtk.Box
icon_event_box: Gtk.EventBox
icon_button: Gtk.Button
right_box: Gtk.Box
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/79f003214d7df869c53fcd1a05374d97b7a38017
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/79f003214d7df869c53fcd1a05374d97b7a38017
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits