https://bugs.kde.org/show_bug.cgi?id=512298
Fernando M. Muniz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |INTENTIONAL --- Comment #2 from Fernando M. Muniz <[email protected]> --- (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? I supposed this would cause problems in low resolutions. -- You are receiving this mail because: You are watching all bug changes.
