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 | |nview/613dde719578427a41c34 | |c85118fc628c329791d Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #6 from Peter Mühlenpfordt <de...@ukn8.de> --- Git commit 613dde719578427a41c34c85118fc628c329791d by Peter Mühlenpfordt. Committed on 05/02/2018 at 08:38. Pushed by muhlenpfordt into branch 'master'. 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/613dde719578427a41c34c85118fc628c329791d -- You are receiving this mail because: You are watching all bug changes.