comparison src/moreinformationdialog.cpp @ 444:66ec8b2ee946

Provide auth key and file information to easyhg extension
author Chris Cannam
date Tue, 28 Jun 2011 15:59:13 +0100
parents b9c153e00e84
children 533519ebc0cb
comparison
equal deleted inserted replaced
443:459b140032d4 444:66ec8b2ee946
77 layout->addWidget(m_moreText, 3, 0, 1, 2); 77 layout->addWidget(m_moreText, 3, 0, 1, 2);
78 78
79 m_moreText->hide(); 79 m_moreText->hide();
80 if (more == "") m_moreButton->hide(); 80 if (more == "") m_moreButton->hide();
81 81
82 layout->setRowStretch(1, 20); 82 layout->setRowStretch(1, 10);
83 layout->setColumnStretch(1, 20); 83 layout->setColumnStretch(1, 20);
84 setMinimumWidth(400); 84 setMinimumWidth(400);
85 } 85 }
86 86
87 MoreInformationDialog::~MoreInformationDialog() 87 MoreInformationDialog::~MoreInformationDialog()