https://bugs.kde.org/show_bug.cgi?id=512298
Fernando M. Muniz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186924|0 |1 is obsolete| | Resolution|INTENTIONAL |--- Assignee|[email protected] |[email protected] Status|RESOLVED |REPORTED --- Comment #3 from Fernando M. Muniz <[email protected]> --- Created attachment 187160 --> https://bugs.kde.org/attachment.cgi?id=187160&action=edit Issue on Plasma 6.5.3 (In reply to David Edmundson from comment #1) > Found it. > > readonly property int minimumGridRowCount: > Math.min(Screen.desktopAvailableWidth, Screen.desktopAvailableHeight) * > Screen.devicePixelRatio < KickoffSingleton.gridCellSize * 4 + > (fullRepresentationItem ? > fullRepresentationItem.normalPage.preferredSideBarWidth : > KickoffSingleton.gridCellSize * 2) ? 2 : 4 > > > as the panel moves the desktopAvailableWidth/Height changes. This is working > as coded. > > --- > > >The minimal/default Application Menu size should be the same. > > Why? But if that's the case, then why the difference is just a single pixel? -- You are receiving this mail because: You are watching all bug changes.
