Skip to content

Commit 285406c

Browse files
author
timlinux
committed
Set the default font size to 9pt (we should really softcode this somewhere)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8993 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cfe747c commit 285406c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsattributetable.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ QgsAttributeTable::QgsAttributeTable(QWidget * parent):
6767
{
6868
QFont f(font());
6969
f.setFamily("Helvetica");
70-
f.setPointSize(11);
70+
f.setPointSize(9);
7171
setFont(f);
7272
mDelegate = new QgsAttributeTableItemDelegate(mFields, this);
7373
setItemDelegate(mDelegate);

0 commit comments

Comments
 (0)