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