[refactor] create custom widget for Remote device and [UI] move every remote device to a different frame

This commit is contained in:
Julian Sparber
2017-10-28 17:28:41 +02:00
parent 3e616da35e
commit e6343ccd92
7 changed files with 560 additions and 353 deletions

View File

@@ -210,24 +210,24 @@
</child>
<child>
<object class="GtkFrame" id="remote-devices-frame-listbox">
<object class="GtkBox" id="remote_devices_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">12</property>
<property name="shadow_type">in</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="remote-devices-box">
<object class="GtkFrame" id="remote_no_devices">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkListBox" id="remote_devices_list">
<object class="GtkListBox">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="selection_mode">none</property>
<child>
<object class="GtkListBoxRow" id="remote_no_devices">
<object class="GtkListBoxRow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="activatable">False</property>