Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcrashreporter-gui/CrashReporter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcrashreporter-gui/CrashReporter.cpp b/src/libcrashreporter-gui/CrashReporter.cpp
index 70dc6fc..b791262 100644
--- a/src/libcrashreporter-gui/CrashReporter.cpp
+++ b/src/libcrashreporter-gui/CrashReporter.cpp
@@ -181,9 +181,6 @@ void
CrashReporter::setText( const QString& text )
{
m_ui->topLabel->setText(text);
- m_ui->topLabel->updateGeometry();
- adjustSize();
- resize( size() );
}
void