From b5e092fa8b2a823009d77317d2df855d3ace4a68 Mon Sep 17 00:00:00 2001 From: donob4n <35405566+donob4n@users.noreply.github.com> Date: Thu, 10 Dec 2020 09:49:41 +0100 Subject: [PATCH] Update qubesmanager/log_dialog.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marek Marczykowski-Górecki --- qubesmanager/log_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/log_dialog.py b/qubesmanager/log_dialog.py index 9b770df..1ad6d41 100644 --- a/qubesmanager/log_dialog.py +++ b/qubesmanager/log_dialog.py @@ -51,7 +51,7 @@ class LogDialog(ui_logdlg.Ui_LogDialog, QtWidgets.QDialog): self.__init_log_text__() def __init_log_text__(self): - butts_in_row = 3 + btns_in_row = 3 count = 0 for log_path in self.logfiles: if os.path.exists(log_path):