Skip to content

Commit

Permalink
Set the default font size to 9pt (we should really softcode this some…
Browse files Browse the repository at this point in the history
…where)

git-svn-id: http://svn.osgeo.org/qgis/trunk@8993 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 5, 2008
1 parent f5227a6 commit 31c5b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsattributetable.cpp
Expand Up @@ -67,7 +67,7 @@ QgsAttributeTable::QgsAttributeTable(QWidget * parent):
{
QFont f(font());
f.setFamily("Helvetica");
f.setPointSize(11);
f.setPointSize(9);
setFont(f);
mDelegate = new QgsAttributeTableItemDelegate(mFields, this);
setItemDelegate(mDelegate);
Expand Down

0 comments on commit 31c5b05

Please sign in to comment.