Qt comment tidbit

A recenly added comment used "its" where "it's" was intended.
Instead of just adding an apostrophe, rewrite the clause.
This commit is contained in:
PatR
2020-07-31 12:53:34 -07:00
parent e524fc4fc8
commit 3388fd5887
+1 -1
View File
@@ -70,7 +70,7 @@ NetHackQtExtCmdRequestor::NetHackQtExtCmdRequestor(QWidget *parent) :
} }
/* 'ncols' should be calculated to fit (or enable a vertical scrollbar /* '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 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 as an extended command, that resulted in so many rows that some of
the buttoms were chopped off at the bottom of the grid */ the buttoms were chopped off at the bottom of the grid */