[gnome-bluetooth] Add example PINs to the passkey pages



commit 16f60cb02a0533b7f126f66a3a29b0cbfdc536d4
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jun 15 18:47:01 2009 +0100

    Add example PINs to the passkey pages

 wizard/wizard.ui |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index ae32703..60999ac 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -152,7 +152,8 @@
         </child>
         <child>
           <object class="GtkLabel" id="label_passkey">
-            <property name="label"></property>
+            <property name="label">&lt;span font_desc="50" color="black" bgcolor="white"&gt;  123456  &lt;/span&gt;</property>
+            <property name="use_markup">True</property>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -199,7 +200,10 @@
           </packing>
         </child>
         <child>
-          <object class="GtkLabel" id="label_ssp_passkey"/>
+          <object class="GtkLabel" id="label_ssp_passkey">
+            <property name="label">&lt;span font_desc="50" color="black" bgcolor="white"&gt;  123456  &lt;/span&gt;</property>
+            <property name="use_markup">True</property>
+          </object>
           <packing>
             <property name="expand">True</property>
             <property name="position">2</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]