Psi Jabber Client

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.
Tasklist

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
Task Type Feature Request
Category UserInterface → Options
Status Unconfirmed
Assigned To No-one
Operating System Windows
Severity Medium
Priority Fluff
Reported Version 0.10
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Please 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.
This task depends upon

View Dependency Graph

This task blocks these from closing
FS#764 - Patch review (META TASK)
Comment by duryodhan (duryodhan) - Monday, 11 February 2008, 07:37 GMT-5
In contactview.cpp, line 3177, change

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);


Loading...