plasma-applet-tiledmenu
plasma-applet-tiledmenu copied to clipboard
Popup height decreasing in menu settings dialog
When menu settings dialog is open, the height of menu is decreasing without user intervention. So menu height is shrinking. This bug is noted in version 38.
Yeah, I thought I fixed Issue #71. v36: Use Math.ceil() to fix popup growing shorter every second
- Did you notice this behavior in earlier versions of the widget? Edit: Did you restart Plasma after updating the widget?
- Does it only start shrinking when the config window opens?
- Does it stop shrinking when the config window closes?
Only shrink when the config window opens. Problem not occurs in version 34, but present in v38.
What screen resolution? What Screen scaling? What distro?
Can you modify ~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/ui/config/ConfigGeneral.qml
as mentioned here: https://github.com/Zren/plasma-applet-tiledmenu/issues/71#issuecomment-647894498
ConfigSection {
label: i18n("Popup") + ' ' + units.devicePixelRatio
Then close and reopen the Tiled Menu config window.
I don't quite understand how the config opening could cause this. The config only handles an Integer. It scales that config integer by the screen scaling.
Lol this bug now happens to other people. Why don't you try my suggestion, rounding the units.devicePixelRatio
to only 2 decimal number.