Tidy up conversation list style.
This commit is contained in:
parent
069c2a8eb0
commit
dcc5f42eea
6 changed files with 44 additions and 49 deletions
|
|
@ -146,7 +146,7 @@
|
|||
<object class="GtkIconView" id="attachments_view">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="margin">0</property>
|
||||
<property name="margin">6</property>
|
||||
<property name="selection_mode">multiple</property>
|
||||
<property name="item_orientation">horizontal</property>
|
||||
<property name="model">attachments_model</property>
|
||||
|
|
@ -168,6 +168,9 @@
|
|||
<attribute name="text">1</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
<style>
|
||||
<class name="geary-attachments"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
|
|
@ -331,5 +334,8 @@
|
|||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<style>
|
||||
<class name="geary-submessages"/>
|
||||
</style>
|
||||
</object>
|
||||
</interface>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue