Fix keyhint tests

This commit is contained in:
Florian Bruhin 2016-09-23 15:05:01 +02:00
parent d4376c5196
commit 123aace3e8

View File

@ -53,7 +53,7 @@ def keyhint(qtbot, config_stub, key_config_stub):
'keyhint.bg': 'black'
},
'fonts': {'keyhint': 'Comic Sans'},
'ui': {'keyhint-blacklist': ''},
'ui': {'keyhint-blacklist': '', 'status-position': 'bottom'},
}
keyhint = KeyHintView(0, None)
qtbot.add_widget(keyhint)