diff options
author | Marvin W <git@larma.de> | 2023-01-08 21:40:09 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-01-24 19:21:25 +0100 |
commit | 99d9cb383abb1a33f6d0572deb4292dbf358f3ce (patch) | |
tree | 187b30814b296d8d3e0613b300565cdd10d41927 /main/data/conversation_content_view | |
parent | 6a182ba313026b93d54a9d2246a0ab68894c6833 (diff) | |
download | dino-99d9cb383abb1a33f6d0572deb4292dbf358f3ce.tar.gz dino-99d9cb383abb1a33f6d0572deb4292dbf358f3ce.zip |
Small UI fixes for libAdwaita
Diffstat (limited to 'main/data/conversation_content_view')
-rw-r--r-- | main/data/conversation_content_view/view.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/data/conversation_content_view/view.ui b/main/data/conversation_content_view/view.ui index f6819b94..3415e6c9 100644 --- a/main/data/conversation_content_view/view.ui +++ b/main/data/conversation_content_view/view.ui @@ -31,7 +31,9 @@ <property name="halign">end</property> <property name="valign">start</property> <style> - <class name="linked"/> + <class name="card"/> + <class name="toolbar"/> + <class name="overlay-toolbar"/> </style> </object> </child> |