Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73955 | Differences between
and this patch

Collapse All | Expand All

(-)xca-0.5.1.orig/widgets/clicklabel.cpp (-1 / +1 lines)
Lines 58-64 Link Here
58
ClickLabel::ClickLabel( QWidget* parent,  const char* name, WFlags f )
58
ClickLabel::ClickLabel( QWidget* parent,  const char* name, WFlags f )
59
	:QLabel( parent, name, f )
59
	:QLabel( parent, name, f )
60
{
60
{
61
	QFont font( font() );
61
	QFont font;
62
	font.setBold(true);
62
	font.setBold(true);
63
	setFont( font );
63
	setFont( font );
64
	setFrameShape( QLabel::Panel );
64
	setFrameShape( QLabel::Panel );

Return to bug 73955