diff options
author | fiaxh <git@lightrise.org> | 2022-01-08 21:33:57 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-01-08 21:33:57 +0100 |
commit | e40de726312638b1410da6e4b21d6a8ce818eddc (patch) | |
tree | 739da56ac13d9a9d3968a206e5c05cac93ef09b2 /main/data/conversation_view.ui | |
parent | bafec6e2022af82da7772b5286f54e789bef0cb8 (diff) | |
download | dino-e40de726312638b1410da6e4b21d6a8ce818eddc.tar.gz dino-e40de726312638b1410da6e4b21d6a8ce818eddc.zip |
Fix circular buttons to actually be round
Diffstat (limited to 'main/data/conversation_view.ui')
-rw-r--r-- | main/data/conversation_view.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/data/conversation_view.ui b/main/data/conversation_view.ui index 3c157960..c968f992 100644 --- a/main/data/conversation_view.ui +++ b/main/data/conversation_view.ui @@ -27,12 +27,14 @@ <property name="margin-bottom">30</property> <child> <object class="GtkButton" id="goto_end_button"> + <property name="width-request">30</property> + <property name="height-request">30</property> <property name="vexpand">False</property> <property name="halign">end</property> <property name="valign">end</property> <property name="visible">True</property> <style> - <class name="circular"/> + <class name="circular-button"/> </style> <child> <object class="GtkImage"> |