Pat Beirne 8 years ago
parent
commit
295b446dc5
2 changed files with 2 additions and 1 deletions
  1. 1 1
      dirWidget.py
  2. 1 0
      dirnotes

+ 1 - 1
dirWidget.py

@@ -1,6 +1,6 @@
 #!/usr/bin/python
 ''' a widget that shows only a dir listing
-'''
+ '''
 
 import sys,os,argparse
 from PyQt4.QtGui import *

+ 1 - 0
dirnotes

@@ -169,6 +169,7 @@ class DirNotes(QMainWindow):
 		dirRight = DirWidget(current,win)
 		dirRight.setMaximumHeight(140)
 		dirRight.setMaximumWidth(200)
+		dirRight.setEnabled(False)
 		
 		layout = QVBoxLayout()
 		upperLayout = QHBoxLayout()