https://bugs.kde.org/show_bug.cgi?id=418195
Filip Fila <filipfila....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-desktop/d0247bf5695413f | |8de83e5c48e4b05874d077752 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Version Fixed In| |5.18.3 --- Comment #2 from Filip Fila <filipfila....@gmail.com> --- Git commit d0247bf5695413f8de83e5c48e4b05874d077752 by Filip Fila. Committed on 27/02/2020 at 13:12. Pushed by filipf into branch 'Plasma/5.18'. [emojier] Set minimum window height and width Summary: There are two problems right now with the emojier's window: - when shrinking the window a scrollbar is drawn *over* the category drawer's icons - the whole window can be shrunk to be only 1px wide and only several pixels tall To solve both issues this patch sets a minimum height that is equal to the height of the category drawer's content, thereby removing the possibility of a scrollbar appearing. Minimum width is then set to be somewhat bigger than minimum height to account for monitor aspect ratios. In practice this amounts to about 465x370 on a 1080p screen. FIXED-IN: 5.18.3 Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27679 M +2 -0 applets/kimpanel/backend/ibus/emojier/ui/emojier.qml https://commits.kde.org/plasma-desktop/d0247bf5695413f8de83e5c48e4b05874d077752 -- You are receiving this mail because: You are watching all bug changes.