Pat Beirne il y a 9 ans
Parent
commit
295b446dc5
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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()