On 2012/03/30 16:32 (GMT+0200) Will Stephenson composed:
Felix Miata wrote:
Panel settings cannot (last I checked) be used to choose [small,medium,large,custom] (select a specific size rather than having to fight with a mouse and only get an approximation rather than a consistent height), so that every login on every local machine can have a matching panel height and thus exact same size icon fit.
KDE 4's panel has displayed the exact panel size in pixels in the resize handle since about 2009 or so.
One which is too short for two rows of open windows except on lowfi displays. The size should be set in em. Pixels don't accommodate the vast range in possible desktop resolutions.
If you want every login on every machine to have the same sized panel, scripting this in the panel's init script would be efficient:
/usr/share/kde4/apps/plasma/layout-templates/org.kde.plasma- desktop.defaultPanel/contents/layout.js
panel.height = screenGeometry(panel.screen).height> 899 ? 35 : 27
Layout.js (with something like 47 : 35) is the kludge I've been using (which I have to look up on every new install, since there's no way to remember where in the /usr rats' nets to find the configuration settings that belong in /etc), but that doesn't answer the issue that a consistent size cannot be chosen via the panel menu. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org