Summary: | shutdown dialog does not respect font settings | ||
---|---|---|---|
Product: | [Unmaintained] ksmserver | Reporter: | Michal Svoboda <kde> |
Component: | ui | Assignee: | Lubos Lunak <l.lunak> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, mrmazda, peter_s_d, plasma-bugs, sml |
Priority: | NOR | ||
Version: | 0.4 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michal Svoboda
2009-11-30 20:33:24 UTC
On and also, the usability of that little triangle that expands shutdown options is nil. It is too small as well, plus it's not very intuitive. Hm, and I grep'd for setPointSize to find hard coded font sizes in KDE, but this one uses setPixelSize, meaning with high DPI, you really get tiny fonts. Do the Plasma themes not allow larger buttons for the logout dialog? I don't know much about how Plasma layout/sizing works, but the hard coded setPixelSize calls need to go. http://websvn.kde.org/trunk/KDE/kdebase/workspace/ksmserver/shutdowndlg.cpp?view=markup I'd vote about removing the setPointSize calls too. Thank you for taking a swift and decisive action in fixing this no-brainer. In the meantime I removed KDE from the affected box since I could not shutdown from the GUI. If this is a no-brainer, where is the patch? I would like to apply it for 4.6. This is a Duplicate of https://bugs.kde.org/show_bug.cgi?id=211501 *** Bug 211501 has been marked as a duplicate of this bug. *** Git commit 49e65509f9bada70382d2768670a31b568f28ce4 by Lamarque V. Souza. Committed on 07/02/2012 at 23:19. Pushed by lvsouza into branch 'master'. Port shutdown dialog to QML. REVIEW: 103621 Related: bug 175284 M +1 -2 ksmserver/shutdown.cpp http://commits.kde.org/kde-workspace/49e65509f9bada70382d2768670a31b568f28ce4 *** Bug 305161 has been marked as a duplicate of this bug. *** *** Bug 305161 has been marked as a duplicate of this bug. *** |