diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-06-07 10:33:28 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-06-07 16:22:28 +0200 |
commit | 01463e9bdf5c3e4691a64d611cd22a3fb8538aef (patch) | |
tree | 2e3e50881d853f24ff509d199e43b9d8a0353a81 /src/plugins/git/remotedialog.cpp | |
parent | 499a49b6860a066f315f62620c6a75d846f6ba82 (diff) | |
download | qt-creator-01463e9bdf5c3e4691a64d611cd22a3fb8538aef.tar.gz |
Git: Shrink down remote dialog
Task-number: QTCREATORBUG-5036
Change-Id: I9fc973acfb73c5da0489073a2130f5738656670d
Reviewed-on: http://codereview.qt.nokia.com/356
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Diffstat (limited to 'src/plugins/git/remotedialog.cpp')
-rw-r--r-- | src/plugins/git/remotedialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/git/remotedialog.cpp b/src/plugins/git/remotedialog.cpp index b666abddaa..1c388305f7 100644 --- a/src/plugins/git/remotedialog.cpp +++ b/src/plugins/git/remotedialog.cpp @@ -94,7 +94,6 @@ RemoteDialog::RemoteDialog(QWidget *parent) : m_ui->setupUi(this); m_ui->remoteView->setModel(m_remoteModel); - m_ui->remoteView->setMinimumHeight(400); m_ui->remoteView->horizontalHeader()->setStretchLastSection(true); m_ui->remoteView->horizontalHeader()->setResizeMode(0, QHeaderView::ResizeToContents); QFontMetrics fm(font()); |