aboutsummaryrefslogtreecommitdiff
path: root/main/data/conversation_content_view/view.ui
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2020-04-01 00:30:33 +0200
committerMarvin W <git@larma.de>2020-04-01 00:30:37 +0200
commit2f52291be546b6fd68a1d8c4eb81978cb592a882 (patch)
tree0be4be59d2484a9b273710747c42ae3cb14c0a07 /main/data/conversation_content_view/view.ui
parent12cd56612dd6edd056e2cd8aae59ea3ae8f05d1e (diff)
downloaddino-2f52291be546b6fd68a1d8c4eb81978cb592a882.tar.gz
dino-2f52291be546b6fd68a1d8c4eb81978cb592a882.zip
Fix issue rendering messages outside reachable scroll area
Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
Diffstat (limited to 'main/data/conversation_content_view/view.ui')
-rw-r--r--main/data/conversation_content_view/view.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/data/conversation_content_view/view.ui b/main/data/conversation_content_view/view.ui
index fc7132aa..af05d285 100644
--- a/main/data/conversation_content_view/view.ui
+++ b/main/data/conversation_content_view/view.ui
@@ -28,11 +28,12 @@
<object class="GtkEventBox" id="main_event_box">
<property name="visible">True</property>
<child>
- <object class="GtkBox" id="main">
+ <object class="DinoUiSizeRequestBox" id="main">
<property name="margin-bottom">15</property>
<property name="expand">False</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
+ <property name="size-request-mode">height-for-width</property>
</object>
</child>
</object>