Added a menu option to show storage details about the currently open file

This commit is contained in:
Veronica K. B. Olsen
2019-11-02 22:14:57 +01:00
parent 4caa17f5ae
commit dfb790e73d
6 changed files with 33 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
Class holding the document view details panel
File History:
Created: 2019-09-31 [0.3.2]
Created: 2019-10-31 [0.3.2]
"""
@@ -20,7 +20,7 @@ from PyQt5.QtWidgets import (
QSizePolicy, QCheckBox, QGridLayout
)
from nw.constants import nwLabels
from nw.constants import nwLabels
logger = logging.getLogger(__name__)