-rw-r--r-- | core/apps/textedit/fileBrowser.cpp | 3 | ||||
-rw-r--r-- | core/apps/textedit/fileBrowser.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/core/apps/textedit/fileBrowser.cpp b/core/apps/textedit/fileBrowser.cpp index 7eac5d2..eea7144 100644 --- a/core/apps/textedit/fileBrowser.cpp +++ b/core/apps/textedit/fileBrowser.cpp @@ -100,3 +100,3 @@ fileBrowser::fileBrowser( QWidget* parent, const char* name, bool modal, WFlags ListView = new QListView( this, "ListView" ); - ListView->setMinimumSize( QSize( 100, 25 ) ); +// ListView->setMinimumSize( QSize( 100, 25 ) ); ListView->addColumn( tr( "Name" ) ); @@ -529,3 +529,2 @@ void fileBrowser::fillCombo(const QString ¤tPath) { } - } diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index 42bbc10..bac3d2e 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h @@ -65,2 +65,3 @@ public: public slots: + void setFileView( int ); @@ -71,3 +72,2 @@ private: void fillCombo( const QString&); - void setFileView( int ); |