https://bugs.kde.org/show_bug.cgi?id=387784
Peter Mühlenpfordt <de...@ukn8.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/gwe |https://commits.kde.org/gwe |nview/613dde719578427a41c34 |nview/b3e66abe28c2a85f0891f |c85118fc628c329791d |9212403ff6648a8e2eb --- Comment #7 from Peter Mühlenpfordt <de...@ukn8.de> --- Git commit b3e66abe28c2a85f0891f9212403ff6648a8e2eb by Peter Mühlenpfordt. Committed on 05/02/2018 at 09:13. Pushed by muhlenpfordt into branch 'Applications/17.12'. Resize top bar in fullscreen view mode on toggling sidebar Summary: When viewing an image in fullscreen mode and pressing {key F4} to toggle the sidebar, the toolbar at the top does not resize. The buttons on the right side are not visible while sidebar shows. In browse mode `KToolBar` is used with a standard layout where this problem does not appear. Since the toolbar in view mode overlaps the image view a standard layout is not usable here which would send resize events automatically. This patch adds a resize Eventlistener to adjust toolbar width. Test Plan: 1. Open gwenview in fullscreen view mode 2. Toggle sidebar ({key F4}) -> The top toolbar should resize according to image view width Checked to work properly on a second monitor. Reviewers: rkflx, ngraham Reviewed By: rkflx Differential Revision: https://phabricator.kde.org/D10248 M +8 -0 app/fullscreencontent.cpp M +1 -0 app/fullscreencontent.h M +1 -2 lib/fullscreenbar.cpp https://commits.kde.org/gwenview/b3e66abe28c2a85f0891f9212403ff6648a8e2eb -- You are receiving this mail because: You are watching all bug changes.