[gnome-boxes] wizard-source: Only show 5 medias at the same time



commit aca9badb4dd0336fb1bd229aa736f8a05320d3fc
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Nov 19 13:46:48 2013 +0000

    wizard-source: Only show 5 medias at the same time
    
    Five is already good enough number to show at a time and we'll need some
    space for a new item in the main wizard source menu soon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666185

 src/wizard-source.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard-source.vala b/src/wizard-source.vala
index 6c4e76e..ba89820 100644
--- a/src/wizard-source.vala
+++ b/src/wizard-source.vala
@@ -106,7 +106,7 @@ private class Boxes.WizardSource: GLib.Object {
         main_vbox.grab_focus ();
         notebook.append_page (main_vbox, null);
 
-        media_scrolled = new WizardScrolled (6);
+        media_scrolled = new WizardScrolled (5);
 
         media_vbox = new Gtk.Box (Gtk.Orientation.VERTICAL, 0);
         media_scrolled.set_no_show_all (true);


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