diff options
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/properties.ui | 29 | 
1 files changed, 29 insertions, 0 deletions
| diff --git a/src/ui/properties.ui b/src/ui/properties.ui index 99eae7d..9b5a94d 100644 --- a/src/ui/properties.ui +++ b/src/ui/properties.ui @@ -265,6 +265,35 @@                  <property name="top_attach">2</property>                </packing>              </child> +            <child> +              <object class="GtkLabel" id="p_mime_type_label_label"> +                <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="halign">start</property> +                <property name="label" translatable="yes">Type:</property> +                <property name="justify">center</property> +                <attributes> +                  <attribute name="weight" value="bold"/> +                </attributes> +              </object> +              <packing> +                <property name="left_attach">0</property> +                <property name="top_attach">7</property> +              </packing> +            </child> +            <child> +              <object class="GtkLabel" id="p_mime_type_label"> +                <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="halign">start</property> +                <property name="selectable">True</property> +                <property name="ellipsize">start</property> +              </object> +              <packing> +                <property name="left_attach">1</property> +                <property name="top_attach">7</property> +              </packing> +            </child>            </object>            <packing>              <property name="expand">False</property> | 
