Moved the header bar for the editor into the doceditor file

This commit is contained in:
Veronica K. B. Olsen
2020-06-11 17:49:39 +02:00
parent fcd887a67e
commit 2b878777d4
3 changed files with 164 additions and 200 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
from nw.gui.about import GuiAbout
from nw.gui.build import GuiBuildNovel
from nw.gui.docbars import GuiDocTitleBar, GuiSearchBar
from nw.gui.docbars import GuiSearchBar
from nw.gui.doceditor import GuiDocEditor
from nw.gui.docmerge import GuiDocMerge
from nw.gui.docsplit import GuiDocSplit
@@ -23,7 +23,6 @@ from nw.gui.theme import GuiIcons, GuiTheme
__all__ = [
"GuiAbout",
"GuiBuildNovel",
"GuiDocTitleBar",
"GuiSearchBar",
"GuiDocEditor",
"GuiDocMerge",