mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2af8404038
commit
1c747282a0
@ -94,7 +94,7 @@ class Polish(QDialog): # {{{
|
|||||||
bb.rejected.connect(self.reject)
|
bb.rejected.connect(self.reject)
|
||||||
l.addWidget(bb, count+1, 0, 1, -1)
|
l.addWidget(bb, count+1, 0, 1, -1)
|
||||||
|
|
||||||
self.resize(QSize(800, 600))
|
self.resize(QSize(900, 600))
|
||||||
|
|
||||||
def option_toggled(self, name, state):
|
def option_toggled(self, name, state):
|
||||||
if state == Qt.Checked:
|
if state == Qt.Checked:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user