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_row.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_row.ui')
-rw-r--r-- | main/data/conversation_row.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/data/conversation_row.ui b/main/data/conversation_row.ui index 1dd75035..ff08eac2 100644 --- a/main/data/conversation_row.ui +++ b/main/data/conversation_row.ui @@ -136,12 +136,14 @@ <property name="visible">True</property> <child> <object class="GtkButton" id="x_button"> + <property name="width-request">27</property> + <property name="height-request">27</property> <property name="vexpand">False</property> <property name="visible">True</property> <property name="margin-start">5</property> <style> <class name="conversation_list_row_xbutton"/> - <class name="circular"/> + <class name="circular-button"/> <class name="flat"/> </style> <child> |