Skip to content

Commit

Permalink
Add a comment to explain some 'arbituary' numbers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7813 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 27, 2007
1 parent 9546139 commit 174cbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposer.cpp
Expand Up @@ -932,7 +932,7 @@ void QgsComposer::restoreWindowState()
else
{
QList<int> defaultSize;
defaultSize << 300 << 100;
defaultSize << 300 << 100; // page display 300 pixels, details pane 100 pixels
mSplitter->setSizes(defaultSize);
}
}
Expand Down

0 comments on commit 174cbcb

Please sign in to comment.