[shotwell/wip/libdazzle: 3/4] Remove another obsolete Gtk.Box



commit 5b69510c71524c4b16b0dd1b74c04b97d5acb93c
Author: Jens Georg <mail jensge org>
Date:   Fri Apr 3 21:29:11 2020 +0200

    Remove another obsolete Gtk.Box

 src/library/LibraryWindow.vala | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala
index 8612d097..2ee66e58 100644
--- a/src/library/LibraryWindow.vala
+++ b/src/library/LibraryWindow.vala
@@ -141,7 +141,6 @@ public class LibraryWindow : AppWindow {
     private ExtendedProperties extended_properties = new ExtendedProperties();
     
     private Gtk.Stack stack = new Gtk.Stack();
-    private Gtk.Box layout = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
     
     public LibraryWindow(ProgressMonitor progress_monitor) {
         base();
@@ -1110,9 +1109,7 @@ public class LibraryWindow : AppWindow {
 
         client_paned.right_visible = Config.Facade.get_instance().get_display_extended_properties();
 
-        layout.pack_end(client_paned, true, true, 0);
-        
-        add(layout);
+        add(client_paned);
 
         switch_to_page(start_page);
         start_page.grab_focus();


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