mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
refresh with f5, use different icon for deck browser
This commit is contained in:
parent
2b671759b5
commit
3ba43984de
2 changed files with 3 additions and 3 deletions
|
@ -1213,8 +1213,8 @@ your deck."""))
|
|||
lambda idx, c=c: self.onDeckBrowserMore(idx, c))
|
||||
layout.addWidget(moreButton, c+1, 6)
|
||||
refresh = QPushButton(_("Refresh"))
|
||||
refresh.setToolTip(_("Check due counts again (Ctrl+Shift+r)"))
|
||||
refresh.setShortcut(_("Ctrl+Shift+r"))
|
||||
refresh.setToolTip(_("Check due counts again (F5)"))
|
||||
refresh.setShortcut(_("F5"))
|
||||
self.connect(refresh, SIGNAL("clicked()"),
|
||||
self.forceBrowserRefresh)
|
||||
layout.addWidget(refresh, c+2, 5)
|
||||
|
|
|
@ -2914,7 +2914,7 @@
|
|||
<action name="actionClose">
|
||||
<property name="icon">
|
||||
<iconset resource="../icons.qrc">
|
||||
<normaloff>:/icons/go-previous.png</normaloff>:/icons/go-previous.png</iconset>
|
||||
<normaloff>:/icons/view_text.png</normaloff>:/icons/view_text.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Close</string>
|
||||
|
|
Loading…
Reference in a new issue