Improve navigation bar
This commit is contained in:
BIN
lector/resources/raw/next.png
Normal file
BIN
lector/resources/raw/next.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
lector/resources/raw/previous.png
Normal file
BIN
lector/resources/raw/previous.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
@@ -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>
|
||||
|
@@ -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
@@ -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"))
|
||||
|
Reference in New Issue
Block a user