See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#572 - Please add options to change fonts of groups-name display.
Attached to Project:
Psi Jabber Client
Opened by Meanson Wang (meansonw) - Tuesday, 20 June 2006, 00:19 GMT-5
Opened by Meanson Wang (meansonw) - Tuesday, 20 June 2006, 00:19 GMT-5
|
DetailsPlease add options to change fonts of groups-name display.
Psi-windows in Chinese character displays groups-name very small,it is very difficult to see it. |
f.setPointSize(common_smallFontSize);
to
if(PsiOptions::instance()->getOption("options.ui.look.font.group-font-size").toInt())
f.setPointSize(PsiOptions::instance()->getOption("options.ui.look.font.group-font-size").toInt());
else f.setPointSize(common_smallFontSize);