[gnome-games] ui: Move some label style properties



commit 6deb65f4399b0884639d829cddf3d0e768a3e5c2
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Feb 24 17:03:43 2017 +0100

    ui: Move some label style properties
    
    Make some label style properties in RemoteDisplay label attributes
    instead of markup in the translatable string.

 data/ui/remote-display.ui |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/remote-display.ui b/data/ui/remote-display.ui
index 38f7aef..7eb0de5 100644
--- a/data/ui/remote-display.ui
+++ b/data/ui/remote-display.ui
@@ -33,7 +33,12 @@
             <property name="halign">center</property>
             <property name="vexpand">True</property>
             <property name="margin-bottom">6</property>
-            <property name="label" translatable="yes">&lt;b&gt;&lt;span size=&quot;large&quot;&gt;Use the 
game’s own window to play it&lt;/span&gt;&lt;/b&gt;</property>
+            <property name="label" translatable="yes">Use the game’s own window to play it</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+              <!-- "1.2" is the value of "large" -->
+              <attribute name="scale" value="1.2"/>
+            </attributes>
           </object>
         </child>
 


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