ShowWidget: Limit description to 100 chars width.

This commit is contained in:
Jordan Petridis 2018-02-16 07:45:29 +02:00
parent e803e11c81
commit 038d28779c
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -24,7 +24,7 @@ Tobias Bernard
-->
<interface domain="">
<requires lib="gtk+" version="3.12"/>
<requires lib="gtk+" version="3.20"/>
<!-- interface-license-type gplv3 -->
<!-- interface-name Hammond -->
<!-- interface-description A podcast client for the GNOME Desktop -->
@ -76,7 +76,7 @@ Tobias Bernard
<property name="margin_right">32</property>
<property name="margin_top">32</property>
<property name="margin_bottom">32</property>
<property name="hexpand">True</property>
<property name="hexpand">False</property>
<property name="orientation">vertical</property>
<property name="spacing">24</property>
<child>
@ -84,7 +84,6 @@ Tobias Bernard
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="spacing">12</property>
<child>
<object class="GtkImage" id="cover">
@ -116,6 +115,7 @@ Tobias Bernard
<property name="label" translatable="yes">Show description</property>
<property name="wrap">True</property>
<property name="wrap_mode">word-char</property>
<property name="max_width_chars">100</property>
<attributes>
<attribute name="weight" value="medium"/>
</attributes>
@ -130,7 +130,6 @@ Tobias Bernard
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="spacing">6</property>
<child>
<object class="GtkMenuButton" id="settings_button">
@ -207,7 +206,7 @@ Tobias Bernard
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>