room details: Add .pill class to edit button

This commit is contained in:
Brage Fuglseth 2023-11-04 12:45:00 +01:00 committed by Kévin Commaille
parent 7ededd1cfe
commit e621651f4d

View file

@ -86,6 +86,9 @@
<property name="halign">center</property> <property name="halign">center</property>
<property name="label" translatable="yes">Edit Details</property> <property name="label" translatable="yes">Edit Details</property>
<signal name="clicked" handler="edit_details_clicked" swapped="yes"/> <signal name="clicked" handler="edit_details_clicked" swapped="yes"/>
<style>
<class name="pill" />
</style>
</object> </object>
</child> </child>
<child> <child>