Adjust the position of the query button in the AddCards window

This commit is contained in:
St.Huang 2018-08-19 02:09:46 +08:00
parent 678a75245f
commit d6c611d56e
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ def customize_addcards():
AddCards.setupButtons = wrap(
AddCards.setupButtons,
add_query_button,
"before"
"after"
)

View File

@ -108,7 +108,7 @@ def customize_addcards():
AddCards.setupButtons = wrap(
AddCards.setupButtons,
add_query_button,
"before"
"after"
)