[gnome-games] ui: Make GamesGameThumbnail a 256px square



commit bf4426cf4015a52725c9716677dc0b451264e76c
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 12 16:27:20 2016 +0200

    ui: Make GamesGameThumbnail a 256px square
    
    This is needed to better appreciate the covers.

 data/ui/game-icon-view.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/game-icon-view.ui b/data/ui/game-icon-view.ui
index 5b67288..77ec477 100644
--- a/data/ui/game-icon-view.ui
+++ b/data/ui/game-icon-view.ui
@@ -8,8 +8,8 @@
     <child>
       <object class="GamesGameThumbnail" id="thumbnail">
         <property name="visible">True</property>
-        <property name="width-request">128</property>
-        <property name="height-request">128</property>
+        <property name="width-request">256</property>
+        <property name="height-request">256</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -19,7 +19,7 @@
     <child>
       <object class="GtkLabel" id="title">
         <property name="visible">True</property>
-        <property name="width-request">128</property>
+        <property name="width-request">256</property>
         <property name="ellipsize">middle</property>
         <property name="justify">center</property>
         <property name="lines">2</property>
@@ -35,7 +35,7 @@
     <child>
       <object class="GtkLabel" id="subtitle">
         <property name="visible">True</property>
-        <property name="width-request">128</property>
+        <property name="width-request">256</property>
         <property name="ellipsize">middle</property>
         <property name="justify">center</property>
         <property name="lines">1</property>


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