After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734808 - Window seems very tall
Window seems very tall
Status: RESOLVED FIXED
Product: gnome-initial-setup
Classification: Applications
Component: general
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Initial Setup maintainer(s)
GNOME Initial Setup maintainer(s)
3.14
: 735534 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-08-14 16:00 UTC by Allan Day
Modified: 2014-09-18 17:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (538.20 KB, image/png)
2014-08-14 16:00 UTC, Allan Day
  Details
location page (776.24 KB, image/png)
2014-09-04 14:55 UTC, Allan Day
  Details
hiding the icon (233.58 KB, image/png)
2014-09-04 15:07 UTC, Matthias Clasen
  Details
using an overlay and hiding the text (232.12 KB, image/png)
2014-09-04 15:27 UTC, Matthias Clasen
  Details
spacing patch (18.06 KB, patch)
2014-09-16 15:12 UTC, Allan Day
committed Details | Review
timezone: Vertically center the title (1.59 KB, patch)
2014-09-17 00:31 UTC, Matthias Clasen
committed Details | Review
goa: Fix alignment of subtitle (1017 bytes, patch)
2014-09-17 00:31 UTC, Matthias Clasen
committed Details | Review

Description Allan Day 2014-08-14 16:00:27 UTC
Created attachment 283401 [details]
screenshot

See attached screenshot - taken with master from today.
Comment 1 Matthias Clasen 2014-08-25 12:34:12 UTC
Jasper has pushed some tweaks that reduce window size slightly
Comment 2 André Klapper 2014-09-03 21:38:55 UTC
(In reply to comment #1)
> Jasper has pushed some tweaks that reduce window size slightly

So is this still an issue?
Comment 3 Allan Day 2014-09-04 14:37:02 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Jasper has pushed some tweaks that reduce window size slightly
> 
> So is this still an issue?

I just tested with master and it still seems to be an issue, yes.

The extra height seems to be coming from the location panel. One potential solution I discussed with Jasper was to remove the big icon from that page (the visual interest is provided by the map in this case).
Comment 4 Matthias Clasen 2014-09-04 14:41:34 UTC
I would hate to do that, since it breaks the nice uniform page setup we have going for all the other pages
Comment 5 Matthias Clasen 2014-09-04 14:55:09 UTC
Wild ideas: 

put the explanatory text ("We think that your timezone is...") in a popover on the map, move the search button up, and have the entry replace the title ?
Comment 6 Allan Day 2014-09-04 14:55:59 UTC
Created attachment 285387 [details]
location page

(In reply to comment #4)
> I would hate to do that, since it breaks the nice uniform page setup we have
> going for all the other pages

Given that the height is coming from that page, I'm not sure what the other option is, other than removing the icons from all the pages.

I've attached a screenshot of the location page for reference.
Comment 7 Matthias Clasen 2014-09-04 14:56:37 UTC
put the search button in the header and use a search bar ?
Comment 8 Allan Day 2014-09-04 15:02:21 UTC
(In reply to comment #7)
> put the search button in the header and use a search bar ?

I don't see how that would save any space - you still need the explanatory text. Besides, the vertical space taken up by search and the explanation is a fraction of what we need to recover.
Comment 9 Matthias Clasen 2014-09-04 15:07:23 UTC
Created attachment 285392 [details]
hiding the icon

For comparison, here is how much smaller the page gets by just hiding the icon.
Comment 10 Matthias Clasen 2014-09-04 15:27:30 UTC
Created attachment 285395 [details]
using an overlay and hiding the text

another comparison; didn't bother to put the search button in the header here
Comment 11 Matthias Clasen 2014-09-04 15:31:44 UTC
to give some numbers:

without big icon: 746 pixels (including window frame)
with overlay:     758
current:          836
Comment 12 Allan Day 2014-09-04 17:37:53 UTC
(In reply to comment #11)
> to give some numbers:
> 
> without big icon: 746 pixels (including window frame)
> with overlay:     758
> current:          836

Something around 760 should be OK in terms of layout/window proportions. I'm not entirely sure about the overlay approach though...
Comment 13 Matthias Clasen 2014-09-07 12:25:37 UTC
*** Bug 735534 has been marked as a duplicate of this bug. ***
Comment 14 Stephen Gallagher 2014-09-12 16:10:11 UTC
There are quite a few 13" laptops out there with a screen resolution of 1280x720 (aka 720p). I think it would be unwise not to support them.
Comment 15 Bastien Nocera 2014-09-15 12:28:08 UTC
(In reply to comment #12)
> (In reply to comment #11)
> > to give some numbers:
> > 
> > without big icon: 746 pixels (including window frame)
> > with overlay:     758
> > current:          836
> 
> Something around 760 should be OK in terms of layout/window proportions. I'm
> not entirely sure about the overlay approach though...

FWIW, we should support 600 height. It already works at that height for the control-center.
Comment 16 Matthias Clasen 2014-09-15 15:32:05 UTC
I've made changes to limit the height to 768 pixels now; 600 is quite unrealistic without changes to most pages.
Comment 17 Stephen Gallagher 2014-09-15 16:02:17 UTC
(In reply to comment #16)
> I've made changes to limit the height to 768 pixels now; 600 is quite
> unrealistic without changes to most pages.

And what about the concerns for 1280x720 or 2560x1440 (HiDPI) systems?
Comment 18 Matthias Clasen 2014-09-15 17:03:29 UTC
(In reply to comment #17)
> (In reply to comment #16)
> > I've made changes to limit the height to 768 pixels now; 600 is quite
> > unrealistic without changes to most pages.
> 
> And what about the concerns for 1280x720 or 2560x1440 (HiDPI) systems?

I can sympathize, but I can't do magic. The bug is still open, I'll happily review patches that get attached here.
Comment 19 Allan Day 2014-09-16 15:12:23 UTC
Created attachment 286303 [details] [review]
spacing patch

This patch adjusts the spacing a bit. I was mostly attempting to make the layout more balanced and a little more compact. It seems to make the window shorter, although I wasn't aiming for a particular target height.

Two issues that I noticed while doing this:

 1. The "Time Zone" heading is vertically misaligned. It needs to be much closer to the content below; couldn't figure out how to do that though.

 2. The subtitle on the goa page isn't correctly horizontally aligned. It should be left-aligned against the list below - right now it is centered, even when left-justified.
Comment 20 Matthias Clasen 2014-09-17 00:31:42 UTC
Created attachment 286331 [details] [review]
timezone: Vertically center the title

With the image now hidden, the title needs to be centered.
Comment 21 Matthias Clasen 2014-09-17 00:31:54 UTC
Created attachment 286332 [details] [review]
goa: Fix alignment of subtitle

As this is a multi-line subtitle, it should be left-aligned with
the list below it. Make it so.
Comment 22 Matthias Clasen 2014-09-17 14:52:28 UTC
Attachment 286331 [details] pushed as 14124fc - timezone: Vertically center the title
Attachment 286332 [details] pushed as a973a33 - goa: Fix alignment of subtitle