From 6e2ee437ba388ee9a9d1541e2355fc95d382e9d9 Mon Sep 17 00:00:00 2001 From: mihalin Date: Fri, 2 Sep 2022 04:09:28 +0400 Subject: [PATCH] more nice menu --- olgram/commands/menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olgram/commands/menu.py b/olgram/commands/menu.py index 0ba160d..5dbeb0b 100644 --- a/olgram/commands/menu.py +++ b/olgram/commands/menu.py @@ -151,7 +151,7 @@ async def send_bot_delete_menu(bot: Bot, call: types.CallbackQuery): async def send_bot_settings_menu(bot: Bot, call: types.CallbackQuery): await call.answer() - keyboard = types.InlineKeyboardMarkup(row_width=1) + keyboard = types.InlineKeyboardMarkup(row_width=2) keyboard.insert( types.InlineKeyboardButton(text=_("Потоки сообщений"), callback_data=menu_callback.new(level=3, bot_id=bot.id, operation="threads",