GNOME Bugzilla – Bug 657842
Search field isn't at the right end of the History window toolbar
Last modified: 2011-09-02 14:07:52 UTC
Created attachment 195329 [details] screenshot Empathy 3.1.5.1, Ubuntu Ocelot In the History window toolbar, the "Show" and "Search" controls are immediately to the right of the "Profile", "Chat", "Call", and "Video" toolbar buttons. Depending on the window size, this leaves a large gap at the right end of the toolbar. As shown in the wireframe <http://bugzilla-attachments.gnome.org/attachment.cgi?id=183091>, the search field should be aligned to the right of the toolbar (like it is in Firefox, Epiphany, etc), and the account menu should be centered.
Created attachment 195385 [details] [review] log-window: expand the search widget That it's aligned to the right of the toolbar and so we don't waste space.
Comment on attachment 195385 [details] [review] log-window: expand the search widget >Subject: [PATCH] log-window: expand the search widget That's not what we need to do. We should add an empty tool item that is expanded, so that the search entry is moved to the end. I'm not sure how we can center the account chooser though. Perhaps having two empty items that are expand=TRUE and homogeneous=TRUE ?
Created attachment 195386 [details] [review] log-window: align the account chooser and search widget Center the account chooser and align the search widget to the right of the toolbar.
Comment on attachment 195386 [details] [review] log-window: align the account chooser and search widget ++
I asked for an UI exception.
Attachment 195386 [details] pushed as 24bc9e5 - log-window: align the account chooser and search widget