Improve navigation bar

This commit is contained in:
BasioMeusPuga
2019-03-16 19:38:50 -04:00
parent 56f15528c2
commit 8fd6a0d432
13 changed files with 11391 additions and 9890 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -96,6 +96,8 @@
<file>LightIcons/zoom-in.svg</file>
<file>LightIcons/zoom-original.svg</file>
<file>LightIcons/zoom-out.svg</file>
<file>next.png</file>
<file>previous.png</file>
<file>QMPlay2.svg</file>
<file>color.svg</file>
<file>blank.png</file>

View File

@@ -196,7 +196,7 @@
<item>
<widget class="QCheckBox" name="navBarVisible">
<property name="text">
<string>Show NavBar</string>
<string>Show navigation bar</string>
</property>
</widget>
</item>

File diff suppressed because it is too large Load Diff

View File

@@ -390,7 +390,7 @@ class Ui_Dialog(object):
self.performCulling.setText(_translate("Dialog", "Load covers only when needed"))
self.autoTags.setText(_translate("Dialog", "Generate tags from files"))
self.attenuateTitles.setText(_translate("Dialog", "Shrink long book titles"))
self.navBarVisible.setText(_translate("Dialog", "Show NavBar"))
self.navBarVisible.setText(_translate("Dialog", "Show navigation bar"))
self.autoCover.setToolTip(_translate("Dialog", "<html><head/><body><p>Attempt to download missing book covers from Google books - SLOW</p></body></html>"))
self.autoCover.setText(_translate("Dialog", "Download missing covers"))
self.groupBox_2.setTitle(_translate("Dialog", "Reading"))