[gnome-bluetooth] settings: Padding for the pairing dialogue
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] settings: Padding for the pairing dialogue
- Date: Wed, 11 Dec 2013 19:35:58 +0000 (UTC)
commit 7df3aa0154b69d760248b1a84a2da6343dfe7c4f
Author: Bastien Nocera <hadess hadess net>
Date: Wed Dec 11 19:33:11 2013 +0100
settings: Padding for the pairing dialogue
lib/settings.ui | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/lib/settings.ui b/lib/settings.ui
index 90dde30..e8124af 100644
--- a/lib/settings.ui
+++ b/lib/settings.ui
@@ -5,6 +5,10 @@
<object class="GtkBox" id="pairing_dialog_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_start">50</property>
+ <property name="margin_end">50</property>
+ <property name="margin_top">24</property>
+ <property name="margin_bottom">30</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="help_label">
@@ -22,6 +26,7 @@
<object class="GtkNotebook" id="pin_notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="margin_top">24</property>
<property name="show_tabs">False</property>
<property name="show_border">False</property>
<child>
@@ -34,6 +39,8 @@
<object class="GtkEntry" id="entry_pin">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="margin_left">25</property>
+ <property name="margin_right">25</property>
<property name="max_length">6</property>
<property name="width_chars">6</property>
<property name="input_purpose">digits</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]