Skip to content

Commit

Permalink
Merge branch 'move-quickview-tab' of https://github.com/un-pogaz/calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Feb 1, 2025
2 parents 9920446 + c56393d commit 24c4ca7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/calibre/gui2/preferences/look_feel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ columns". Editing with mouse clicks and the Tab key will be disabled.</p
<customwidget>
<class>QuickviewTab</class>
<extends>ConfigWidget</extends>
<header>calibre/gui2/preferences/look_feel_tabs.tb_quickview.h</header>
<header>calibre/gui2/preferences/look_feel_tabs.quickview.h</header>
</customwidget>
</customwidgets>
<resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from calibre.gui2.dialogs.quickview import get_qv_field_list
from calibre.gui2.preferences import ConfigWidgetBase, LazyConfigWidgetBase
from calibre.gui2.preferences.look_feel_tabs import DisplayedFields, move_field_down, move_field_up
from calibre.gui2.preferences.look_feel_tabs.tb_quickview_ui import Ui_Form
from calibre.gui2.preferences.look_feel_tabs.quickview_ui import Ui_Form


class QVDisplayedFields(DisplayedFields): # {{{
Expand Down

0 comments on commit 24c4ca7

Please sign in to comment.