Update qubesmanager/log_dialog.py

Co-authored-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
This commit is contained in:
donob4n 2020-12-10 09:49:41 +01:00 committed by GitHub
parent 4fa13d3295
commit b5e092fa8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):