diff options
author | Marvin W <git@larma.de> | 2020-04-01 00:30:33 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2020-04-01 00:30:37 +0200 |
commit | 2f52291be546b6fd68a1d8c4eb81978cb592a882 (patch) | |
tree | 0be4be59d2484a9b273710747c42ae3cb14c0a07 /main/data | |
parent | 12cd56612dd6edd056e2cd8aae59ea3ae8f05d1e (diff) | |
download | dino-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')
-rw-r--r-- | main/data/conversation_content_view/view.ui | 3 |
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> |