Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Increased number of rows for event selection from 1 to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roald87 committed Sep 29, 2019
1 parent b2c9abf commit 7a67978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gracebot/gracebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async def send_event_selector(self, message: types.Message) -> None:
None
"""
self.event_keyboards[message.chat.id] = InlineKeyboard(
self.event_keys, rows=1, columns=2
self.event_keys, rows=4, columns=2
)

await self.send_message(
Expand Down

0 comments on commit 7a67978

Please sign in to comment.