[nemiver] openfiledialog: ensure file list expands to dialog height



commit 38fa18ef4216cd0039ae134ed2025e38251807ab
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 28 15:40:20 2016 -0700

    openfiledialog: ensure file list expands to dialog height
    
    This was getting truncated to the smallest size available.

 src/persp/dbgperspective/ui/openfiledialog.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/persp/dbgperspective/ui/openfiledialog.ui b/src/persp/dbgperspective/ui/openfiledialog.ui
index a512db5..43d8584 100644
--- a/src/persp/dbgperspective/ui/openfiledialog.ui
+++ b/src/persp/dbgperspective/ui/openfiledialog.ui
@@ -85,6 +85,7 @@
             <child>
               <object class="GtkVBox" id="vbox_file_list">
                 <property name="visible">True</property>
+                <property name="vexpand">True</property>
                 <property name="orientation">vertical</property>
                 <child>
                   <placeholder/>


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