From 3388fd5887d99942d6ea83165eae2f89aa0ebf8d Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 31 Jul 2020 12:53:34 -0700 Subject: [PATCH] Qt comment tidbit A recenly added comment used "its" where "it's" was intended. Instead of just adding an apostrophe, rewrite the clause. --- win/Qt/qt_xcmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Qt/qt_xcmd.cpp b/win/Qt/qt_xcmd.cpp index 448f66dfe..3bb3a4f92 100644 --- a/win/Qt/qt_xcmd.cpp +++ b/win/Qt/qt_xcmd.cpp @@ -70,7 +70,7 @@ NetHackQtExtCmdRequestor::NetHackQtExtCmdRequestor(QWidget *parent) : } /* 'ncols' should be calculated to fit (or enable a vertical scrollbar - when its so big it forces too many rows, if GroupBox supports that); + when resulting 'nrows' is too big, if GroupBox supports that); it used to be hardcoded 4 but after every command became accessible as an extended command, that resulted in so many rows that some of the buttoms were chopped off at the bottom of the grid */