Summary: | Very simple wish request, how can I resize the Kcalc window and make fonts on buttons larger. My old eyes just can't focus. | ||
---|---|---|---|
Product: | [Applications] kcalc | Reporter: | Allen B. Reeves <abreeves> |
Component: | general | Assignee: | Klaus Niederkrüger <kniederk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | abreeves, bluedzins, david |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Allen B. Reeves
2006-03-20 15:00:25 UTC
The KCalc window size is the exact size it needs. If you need larger buttons, you have to increase the size for fonts overall in KDE. If you have trouble reading KCalc's buttons, you must be having trouble in all other KDE applications that have buttons, including all configuration dialogs and even in webpages. Thiago, not true. I have no problems with other apps, but I see no point in using some app which takes just quarter of the screen (or less). I use all apps maximized. And changing the font for KDE just to get buttons bigger in KCalc... come on :-) Moving to normal bug state. KCalc has a font dialog that can be used to change font sizes, but it is currently not working. The font dialog was not working. I committed a fix for that. However, this only affects the display font, not the button fonts. Unfortunately, that will have to wait because the fix will change strings and the trunk is frozen. SVN commit 918364 by brandybuck: GUI: FEATURE: BUG: 123983 Make button font configurable. User can now set button and display fonts in the Font page of the Configure dialog. M +63 -6 fonts.ui M +59 -29 kcalc.cpp M +18 -18 kcalc.h M +5 -1 kcalc.kcfg M +8 -0 kcalc_button.cpp M +1 -0 kcalc_button.h M +2 -1 kcalcdisplay.cpp M +4 -0 kcalcrc.upd WebSVN link: http://websvn.kde.org/?view=rev&revision=918364 |