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 783987 - Mail account assistant/editor too tall for small resolution
Mail account assistant/editor too tall for small resolution
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.24.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2017-06-20 09:51 UTC by Milan Crha
Modified: 2017-06-20 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Crha 2017-06-20 09:51:47 UTC
This had been reported downstream as:
https://bugzilla.redhat.com/show_bug.cgi?id=1460432

For small screen resolutions like 800x600 the New Mail Account wizard and mail account Properties dialog is too tall and the bottom buttons are not visible. That's due to some of tabs being too tall. The two tallest are Defaults and Security at the moment.
Comment 1 Milan Crha 2017-06-20 17:05:13 UTC
It required some fundamental changes in multiple modules, basically the EMailConfigPage interface declared that the implementers should be GtkWidget-s, but I changed it to be GtkScrolledWindow-s. It simplifies things, but changes ABI and the way it can be used. I hope I didn't overlook anything.

Created commit f582dae in evo master (3.25.4+)
Created commit_eb396a8 in ews master (3.25.4+) [1]
Created commit_ecc3c03 in ema master (3.25.4+) [2]

[1] https://git.gnome.org/browse/evolution-ews/commit/?id=eb396a8
[2] https://git.gnome.org/browse/evolution-mapi/commit/?id=ecc3c03