Work around composer info label being too long. Fixes Bug 790435.

* ui/composer-widget.ui: Make the info label esliipsisable, but give it a
  reasonable minimum size.

* src/client/composer/composer-widget.vala (ComposerWidget): Set the info
  label's tooltip with the text so it can still be read when ellipsed.
This commit is contained in:
Michael James Gratton 2018-04-14 12:46:55 +10:00
parent 5a9075b345
commit 7fa755f0b7
2 changed files with 3 additions and 0 deletions

View file

@ -762,6 +762,8 @@
<object class="GtkLabel" id="info_label">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="ellipsize">end</property>
<property name="width_chars">6</property>
<style>
<class name="dim-label"/>
</style>