room details: Add .pill class to edit button
This commit is contained in:
parent
7ededd1cfe
commit
e621651f4d
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue