Ellipsize path label

This commit is contained in:
Raphael Assenat 2015-10-24 15:35:23 -04:00
parent 790563cddc
commit 85257807f5
1 changed files with 23 additions and 20 deletions

View File

@ -1,5 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- Generated with glade 3.18.3
Copyright (C) Raphaël Assénat
This file is part of gcn64 to USB.
gcn64 to USB is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
gcn64 to USB is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with gcn64 to USB. If not, see <http://www.gnu.org/licenses/>.
Author: Raphaël Assénat
-->
<interface>
<requires lib="gtk+" version="3.12"/>
<!-- interface-license-type gplv3 -->
@ -317,6 +338,7 @@
<object class="GtkLabel" id="label_device_path">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ellipsize">end</property>
</object>
<packing>
<property name="left_attach">1</property>
@ -612,25 +634,6 @@
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkStatusbar" id="statusbar1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="margin_start">10</property>
<property name="margin_end">10</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
</object>
</child>
</object>