Skip to content
Snippets Groups Projects
Commit add48f2a authored by Sébastien Blin's avatar Sébastien Blin
Browse files

ui: misc fixes on labels

Change-Id: I0b613b169c831a04ac9dbc451fcbe0461cd048dc
parent d6f818ab
No related branches found
No related tags found
No related merge requests found
......@@ -859,7 +859,7 @@
<object class="GtkLabel" id="label_accept_untrusted">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Accept from untrusted contacts</property>
<property name="label" translatable="yes">Allow incoming files from unknown contacts</property>
</object>
</child>
<child>
......@@ -878,12 +878,12 @@
<child>
<!-- Accept limit -->
<object class="GtkListBoxRow" id="transfer_limit_row">
<object class="GtkListBoxRow" id="auto_accept_files_row">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">fill</property>
<child>
<object class="GtkBox" id="transfer_limit_box">
<object class="GtkBox" id="auto_accept_files_box">
<property name="visible">True</property>
<property name="halign">fill</property>
<property name="orientation">horizontal</property>
......@@ -893,10 +893,10 @@
<property name="margin_top">12</property>
<property name="margin_bottom">12</property>
<child>
<object class="GtkLabel" id="label_transfer_limit">
<object class="GtkLabel" id="label_auto_accept_files">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Accept transfer behind (Mb, 0 = unlimited)</property>
<property name="label" translatable="yes">Automatically accept incoming files</property>
</object>
</child>
......@@ -909,6 +909,34 @@
<property name="pack_type">end</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child>
<!-- Accept limit -->
<object class="GtkListBoxRow" id="transfer_limit_row">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">fill</property>
<child>
<object class="GtkBox" id="transfer_limit_box">
<property name="visible">True</property>
<property name="halign">fill</property>
<property name="orientation">horizontal</property>
<property name="margin_left">12</property>
<property name="margin_right">12</property>
<property name="spacing">12</property>
<property name="margin_top">12</property>
<property name="margin_bottom">12</property>
<child>
<object class="GtkLabel" id="label_transfer_limit">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Accept transfer below (in Mb, 0 = unlimited)</property>
</object>
</child>
<child>
<object class="GtkSpinButton" id="spinbutton_limit_transfer">
......
......@@ -1143,7 +1143,7 @@
<object class="GtkLabel" id="label_allow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Allow call from untrusted peers</property>
<property name="label" translatable="yes">Allow incoming calls from unknown contacts</property>
</object>
</child>
<child>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment