diff options
author | Marvin W <git@larma.de> | 2025-02-16 20:51:28 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2025-02-22 11:27:48 +0100 |
commit | efe39b8ea008cea3106fcc268d29d6f2bdf3c76e (patch) | |
tree | 2eb7a9f63dc751a2f31215598d07f6f564143740 /main/data | |
parent | 21869c92a214b9be73b998375e166e01b2d21ff7 (diff) | |
download | dino-efe39b8ea008cea3106fcc268d29d6f2bdf3c76e.tar.gz dino-efe39b8ea008cea3106fcc268d29d6f2bdf3c76e.zip |
Fix compatibility with GTK 4.17+
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/conversation_content_view/view.ui | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/main/data/conversation_content_view/view.ui b/main/data/conversation_content_view/view.ui index 3415e6c9..a3a97569 100644 --- a/main/data/conversation_content_view/view.ui +++ b/main/data/conversation_content_view/view.ui @@ -15,14 +15,10 @@ <child> <object class="GtkOverlay"> <child> - <object class="GtkBox" id="main_event_box"> - <child> - <object class="DinoUiSizeRequestBox" id="main"> - <property name="margin-bottom">15</property> - <property name="orientation">vertical</property> - <property name="size-request-mode">height-for-width</property> - </object> - </child> + <object class="DinoUiSizeRequestBox" id="main"> + <property name="margin-bottom">15</property> + <property name="orientation">vertical</property> + <property name="size-request-mode">height-for-width</property> </object> </child> <child type="overlay"> |