Skip to content

Commit

Permalink
made icons in legend larger so the overview glasses in QgsLegendLayer…
Browse files Browse the repository at this point in the history
…File look better

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4653 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 11, 2006
1 parent fb27c99 commit 169f5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/legend/qgslegend.cpp
Expand Up @@ -65,6 +65,7 @@ QgsLegend::QgsLegend(QgisApp* app, QWidget * parent, const char *name)
QFont f("Arial", 10, QFont::Normal);
setFont(f);
setBackgroundColor(QColor(192, 192, 192));
setIconSize(QSize(30, 30));
setColumnCount(1);
QStringList myList("Layers");
setHeaderLabels(myList);
Expand Down

0 comments on commit 169f5f6

Please sign in to comment.