Bug 1278549

Summary: Zenity windows get TOO HIGH when text contains many words
Product: Red Hat Enterprise Linux 7 Reporter: thgjerde-bugzilla-redhat
Component: zenityAssignee: Alexander Larsson <alexl>
Status: CLOSED CURRENTRELEASE QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.2CC: mclasen, tpelka
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-09-18 18:10:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch none

Description thgjerde-bugzilla-redhat 2015-11-05 18:48:30 UTC
Created attachment 1090312 [details]
patch

Description of problem:
The window height is taller that necessary for long text. More text, more height.
See bug https://bugzilla.gnome.org/show_bug.cgi?id=673643

Version-Release number of selected component (if applicable):
zenity-3.8.0-5.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
zenity --info --text='A b c d e f g h i j k l m n o p q r s t u v w x y z'
zenity --warning --text='A b c d e f g h i j k l m n o p q r s t u v w x y z'
zenity --error --text='A b c d e f g h i j k l m n o p q r s t u v w x y z'

Actual results:
height of window is too high.

Expected results:
height of window fit text.

Additional info:
Attaced patch.