Ensure conversation messages min width is low enough for small screens.
* src/client/conversation-viewer/conversation-message.vala (AddressFlowBoxChild): Enable ellipsizing the label. Set the alignment so labels are correctly aligned at narrow widths. Removed some cruft. * ui/conversation-message.ui: Ensure long words in subject are wrapped. Ensure there's always at least two cols for recipient address flow boxes.
This commit is contained in:
parent
9c587bbc6f
commit
a7570f88f2
2 changed files with 5 additions and 6 deletions
|
|
@ -198,6 +198,7 @@
|
|||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Subject</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="wrap_mode">word-char</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<style>
|
||||
|
|
@ -238,7 +239,7 @@
|
|||
<property name="valign">start</property>
|
||||
<property name="hexpand">False</property>
|
||||
<property name="column_spacing">2</property>
|
||||
<property name="min_children_per_line">1</property>
|
||||
<property name="min_children_per_line">2</property>
|
||||
<property name="max_children_per_line">4</property>
|
||||
<property name="selection_mode">none</property>
|
||||
<style>
|
||||
|
|
@ -286,7 +287,7 @@
|
|||
<property name="valign">start</property>
|
||||
<property name="hexpand">False</property>
|
||||
<property name="column_spacing">2</property>
|
||||
<property name="min_children_per_line">1</property>
|
||||
<property name="min_children_per_line">2</property>
|
||||
<property name="max_children_per_line">4</property>
|
||||
<property name="selection_mode">none</property>
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue