mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix #1821635 [scrolling in flow mode (under page flip/scrolling options) percentages can not be increased over 100%](https://bugs.launchpad.net/calibre/+bug/1821635)
This commit is contained in:
parent
48d4c73f88
commit
9cecd227bc
@ -240,8 +240,8 @@ QToolBox::tab:hover {
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>371</width>
|
||||
<height>312</height>
|
||||
<width>799</width>
|
||||
<height>354</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
@ -414,8 +414,8 @@ QToolBox::tab:hover {
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>395</width>
|
||||
<height>212</height>
|
||||
<width>799</width>
|
||||
<height>354</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
@ -516,8 +516,8 @@ QToolBox::tab:hover {
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>349</width>
|
||||
<height>76</height>
|
||||
<width>799</width>
|
||||
<height>354</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
@ -689,7 +689,7 @@ QToolBox::tab:hover {
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
<number>1000</number>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>5</number>
|
||||
@ -718,7 +718,7 @@ QToolBox::tab:hover {
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
<number>1000</number>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>5</number>
|
||||
@ -737,8 +737,8 @@ QToolBox::tab:hover {
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>505</width>
|
||||
<height>304</height>
|
||||
<width>799</width>
|
||||
<height>354</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
|
Loading…
x
Reference in New Issue
Block a user