Merged all document bars into one file

This commit is contained in:
Veronica K. B. Olsen
2020-06-01 23:39:04 +02:00
parent bd3f6d39e7
commit 3f069ac794
7 changed files with 147 additions and 213 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
from nw.gui.elements.docdetails import GuiDocDetails
from nw.gui.elements.doceditor import GuiDocEditor
from nw.gui.elements.doctitlebar import GuiDocTitleBar
from nw.gui.elements.docbars import GuiDocTitleBar
from nw.gui.elements.doctree import GuiDocTree
from nw.gui.elements.docviewer import GuiDocViewer
from nw.gui.elements.noticebar import GuiNoticeBar
from nw.gui.elements.docbars import GuiNoticeBar
from nw.gui.elements.outline import GuiProjectOutline
from nw.gui.elements.searchbar import GuiSearchBar
from nw.gui.elements.docbars import GuiSearchBar
from nw.gui.elements.viewdetails import GuiDocViewDetails
__all__ = [