Drop notification display time to piker seconds worth

windows_fixes_yo
Tyler Goodlet 2022-02-04 17:02:57 -05:00
parent e3c46a5d4d
commit e8d7709358
1 changed files with 6 additions and 3 deletions

View File

@ -433,9 +433,12 @@ class OrderMode:
[ [
'notify-send', 'notify-send',
'-u', 'normal', '-u', 'normal',
'-t', '10000', '-t', '1616',
'piker', 'piker',
f'alert: {msg}',
# TODO: add in standard fill/exec info that maybe we
# pack in a broker independent way?
f'{msg["resp"]}: {msg["trigger_price"]}',
], ],
) )
log.runtime(result) log.runtime(result)
@ -666,7 +669,7 @@ async def open_order_mode(
) )
# vbox.setAlignment(feed_label, Qt.AlignBottom) # vbox.setAlignment(feed_label, Qt.AlignBottom)
# vbox.setAlignment(Qt.AlignBottom) # vbox.setAlignment(Qt.AlignBottom)
blank_h = chart.height() - ( _ = chart.height() - (
form.height() + form.height() +
form.fill_bar.height() form.fill_bar.height()
# feed_label.height() # feed_label.height()