mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix tab order
This commit is contained in:
parent
8d402a2a4c
commit
228960b96c
@ -426,6 +426,10 @@ class MetadataSingleDialog(ResizableDialog, Ui_MetadataSingleDialog):
|
|||||||
sip.delete(w.layout())
|
sip.delete(w.layout())
|
||||||
w.setLayout(top_layout)
|
w.setLayout(top_layout)
|
||||||
self.__custom_col_layouts = [top_layout, left_layout, right_layout]
|
self.__custom_col_layouts = [top_layout, left_layout, right_layout]
|
||||||
|
ans = self.custom_column_widgets
|
||||||
|
for i in range(len(ans)-1):
|
||||||
|
w.setTabOrder(ans[i].widgets[-1], ans[i+1].widgets[-1])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def validate_isbn(self, isbn):
|
def validate_isbn(self, isbn):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user