properties-window: remove max length inside clamp

Since the whole dialog content is inside a clamp anyway, there is no
reason to specify a maximum width for these labels.

Fixes #3157
This commit is contained in:
Peter Eisenmann 2023-11-10 08:52:21 +01:00
parent bfa83bd7be
commit c62134e83d

View file

@ -104,7 +104,6 @@
<child>
<object class="GtkLabel" id="type_value_label">
<property name="ellipsize">end</property>
<property name="max-width-chars">24</property>
<property name="selectable">True</property>
<property name="visible">False</property>
</object>
@ -113,7 +112,6 @@
<object class="GtkLabel" id="type_file_system_label">
<property name="ellipsize">end</property>
<property name="label" translatable="yes">Unknown Filesystem</property>
<property name="max-width-chars">24</property>
<property name="selectable">True</property>
<property name="visible">False</property>
</object>
@ -123,7 +121,6 @@
<property name="visible">False</property>
<property name="selectable">True</property>
<property name="ellipsize">end</property>
<property name="max-width-chars">40</property>
<style>
<class name="caption"/>
</style>