From a1d7f8296feb7e0cc176f112d95f17440d864d23 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 23 Jun 2020 22:02:57 +0200 Subject: [PATCH] Set a default build doc header --- nw/gui/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nw/gui/build.py b/nw/gui/build.py index bb800c28..ab5b3611 100644 --- a/nw/gui/build.py +++ b/nw/gui/build.py @@ -970,7 +970,7 @@ class GuiBuildNovelDocView(QTextBrowser): fPx = int(1.1*self.theTheme.fontPixelSize) mPx = self.mainConf.pxInt(4) - self.theTitle = QLabel("", self) + self.theTitle = QLabel("Build Time: Unknown", self) self.theTitle.setIndent(0) self.theTitle.setAutoFillBackground(True) self.theTitle.setAlignment(Qt.AlignCenter) @@ -1062,7 +1062,7 @@ class GuiBuildNovelDocView(QTextBrowser): ## def _updateBuildAge(self): - """ + """Update the build time and the fuzzy age. """ if self.buildTime > 0: strBuildTime = "%s (%s)" % (