Bug 874620 - dialog is too large
Summary: dialog is too large
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-08 14:37 UTC by Kamil Páral
Modified: 2013-05-10 01:51 UTC (History)
5 users (show)

Fixed In Version: anaconda-18.30-1
Clone Of:
Environment:
Last Closed: 2013-05-10 01:51:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dialog in question (111.27 KB, image/png)
2012-11-08 14:37 UTC, Kamil Páral
no flags Details

Description Kamil Páral 2012-11-08 14:37:29 UTC
Created attachment 640846 [details]
dialog in question

Description of problem:
Error dialog in software selection screen is too large, it contains 3.5 lines of text, and it's way too easy to read. I propose to shrink it so that it contains just 0.5 lines of text and users have more fun reading it.

</irony>

Version-Release number of selected component (if applicable):
anaconda 18.24

Comment 1 Chris Lumens 2012-11-08 16:08:17 UTC
I can certainly make the dialog taller, but we're always going to end up with the fractional lines of text and if I make it too big, we're going to get into trouble when there's really only a couple lines of errors to report.

Comment 2 Kamil Páral 2012-11-09 09:04:39 UTC
When the dialog has space for 15 lines, and only 3 are occupied, is that "a problem"?

What about making the dialog resizable? That would be a nice usability improvement as well.

I don't know GTK, but in Swing I used to do something like this:

dialog.textarea.setRows(5) # this is the default set in UI designer
if mytext.lines() > 10:    # this is in program code executed dynamically
    dialog.textarea.setRows(15)

Comment 3 Adam Williamson 2013-05-10 01:51:10 UTC
Tested in F19 Beta TC3. The dialog is clearly taller, even with only two errors (looks like there's a dozen or more lines of space in it). Closing.


Note You need to log in before you can comment on or make changes to this bug.