Description of problem: ======================= Zenity does not expand list views correctly. It will generate list viewsof 1-3 rows max even though the main window height is much larger. https://bugzilla.gnome.org/show_bug.cgi?id=721604 https://bugzilla.gnome.org/show_bug.cgi?id=702535 There is a simple one line fix upstream: ======================================== https://git.gnome.org/browse/zenity/commit/?id=80bc8ce643979fec201c4ebd5cd6405b6310357f It would be nice to have a build with this fix for Fedora. Additional Info: (Upstream Patch) diff --git a/src/zenity.ui b/src/zenity.ui index ee89093..7c0ab1f 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -1021,6 +1021,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> + <property name="expand">True</property> <child> <object class="GtkTreeView" id="zenity_tree_view"> <property name="visible">True</property>
I would also really like to have this fixed for F20. It is really a hassle to work with Winetricks now. https://groups.google.com/forum/#!topic/winetricks-dev/82b5ThhdQvo
*** This bug has been marked as a duplicate of bug 1022949 ***