[fix] top marign for Label and disable slection for remote devices
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<!-- interface-requires gtk+ 3.0 -->
|
<!-- interface-requires gtk+ 3.0 -->
|
||||||
<object class="GtkListBoxRow" id="remote_device_row">
|
<object class="GtkListBoxRow" id="remote_device_row">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">false</property>
|
||||||
<property name="activatable">false</property>
|
<property name="activatable">false</property>
|
||||||
<property name="selectable">false</property>
|
<property name="selectable">false</property>
|
||||||
<child>
|
<child>
|
||||||
|
|||||||
@@ -184,7 +184,6 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="margin_top">6</property>
|
|
||||||
<property name="label" translatable="yes">Other devices on the local network</property>
|
<property name="label" translatable="yes">Other devices on the local network</property>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="weight" value="bold"/>
|
<attribute name="weight" value="bold"/>
|
||||||
@@ -196,6 +195,7 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||
|
<property name="margin_top">6</property>
|
||||||
<property name="label" translatable="yes">Drag and drop files on devices to send them</property>
|
<property name="label" translatable="yes">Drag and drop files on devices to send them</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="dim-label"/>
|
<class name="dim-label"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user