diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-12 05:38:52 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-12 05:38:52 (GMT) |
commit | 7868a665eb6c14b41b514635d76fb2864ea14309 (patch) | |
tree | e9a1a5794fa46435fcf23a07abee9ed0662b7e9d /src/declarative/fx/qfxlayoutitem.cpp | |
parent | 741e40dd0ffd60040c53e3c30c4bef42c0c84284 (diff) | |
download | Qt-7868a665eb6c14b41b514635d76fb2864ea14309.zip Qt-7868a665eb6c14b41b514635d76fb2864ea14309.tar.gz Qt-7868a665eb6c14b41b514635d76fb2864ea14309.tar.bz2 |
Minor code cleanups.
Diffstat (limited to 'src/declarative/fx/qfxlayoutitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxlayoutitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxlayoutitem.cpp b/src/declarative/fx/qfxlayoutitem.cpp index 1f814e8..61998e7 100644 --- a/src/declarative/fx/qfxlayoutitem.cpp +++ b/src/declarative/fx/qfxlayoutitem.cpp @@ -78,7 +78,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,LayoutItem,QFxLayoutItem) */ QFxLayoutItem::QFxLayoutItem(QFxItem* parent) - : QFxItem(parent), m_maximumSize(INT_MAX,INT_MAX), m_minimumSize(0,0), m_preferredSize(100,100) + : QFxItem(parent), m_maximumSize(INT_MAX,INT_MAX), m_minimumSize(0,0), m_preferredSize(0,0) { setGraphicsItem(this); } |