https://bugs.kde.org/show_bug.cgi?id=512298
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO CC| |[email protected] --- Comment #1 from David Edmundson <[email protected]> --- 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? -- You are receiving this mail because: You are watching all bug changes.
