Skip to content

Commit d3335a1

Browse files
author
g_j_m
committed
Add a comment to explain some 'arbituary' numbers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7813 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8015cd4 commit d3335a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/composer/qgscomposer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ void QgsComposer::restoreWindowState()
932932
else
933933
{
934934
QList<int> defaultSize;
935-
defaultSize << 300 << 100;
935+
defaultSize << 300 << 100; // page display 300 pixels, details pane 100 pixels
936936
mSplitter->setSizes(defaultSize);
937937
}
938938
}

0 commit comments

Comments
 (0)