diff options
Diffstat (limited to 'kpackage/procbuf.cpp')
-rw-r--r-- | kpackage/procbuf.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kpackage/procbuf.cpp b/kpackage/procbuf.cpp index 122bf18..af94200 100644 --- a/kpackage/procbuf.cpp +++ b/kpackage/procbuf.cpp @@ -37,8 +37,6 @@ Modal::Modal(TQString msg, TQWidget *parent, const char * name ) { TQLabel *line1 = new TQLabel(msg,this); line1->setAlignment(AlignCenter); - line1->setAutoResize(true); - } void Modal::terminate() |