[gnome-games] ui: Show video preference page



commit 29b3bf941fd2d9871ca065b7dc79500ded0fe9b1
Author: theawless <theawless gmail com>
Date:   Thu Feb 23 04:03:50 2017 +0530

    ui: Show video preference page
    
    Add video preference page in the preferences window and make it default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777987

 data/ui/preferences-window.ui |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/preferences-window.ui b/data/ui/preferences-window.ui
index 0537cb2..36026a6 100644
--- a/data/ui/preferences-window.ui
+++ b/data/ui/preferences-window.ui
@@ -83,9 +83,18 @@
           <object class="GtkStack" id="stack">
             <property name="visible">True</property>
             <property name="expand">True</property>
-            <property name="visible-child">plugins_page</property>
+            <property name="visible-child">video_page</property>
             <property name="transition-type">GTK_STACK_TRANSITION_TYPE_CROSSFADE</property>
             <child>
+              <object class="GamesPreferencesPageVideo" id="video_page">
+                <property name="visible">True</property>
+              </object>
+              <packing>
+                <property name="name">video</property>
+                <property name="title" translatable="yes">Video</property>
+              </packing>
+            </child>
+            <child>
               <object class="GamesPreferencesPagePlugins" id="plugins_page">
                 <property name="visible">True</property>
               </object>


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