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/qgis@8993 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 5, 2008
1 parent cfe747c commit 285406c
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 285406c

Please sign in to comment.