[recipes] Make the cooking view wider in fullscreen



commit 183b6b75f3df2512a106541387eeb0876d96e1f7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 10 07:34:13 2017 -0500

    Make the cooking view wider in fullscreen
    
    Otherwise, we just waste too much space here.

 src/gr-cooking-page.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-cooking-page.ui b/src/gr-cooking-page.ui
index 371c0eb..9bcde78 100644
--- a/src/gr-cooking-page.ui
+++ b/src/gr-cooking-page.ui
@@ -250,7 +250,9 @@ the right mouse button.</property>
             <property name="can-focus">1</property>
             <signal name="motion-notify-event" handler="motion_notify"/>
             <child>
-              <object class="GrCookingView" id="cooking_view"/>
+              <object class="GrCookingView" id="cooking_view">
+                <property name="wide">1</property>
+              </object>
             </child>
           </object>
         </child>


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