We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3875eaf commit 5f4b86fCopy full SHA for 5f4b86f
src/qt/guiutil.h
@@ -142,7 +142,7 @@ namespace GUIUtil
142
* Makes a QTableView last column feel as if it was being resized from its left border.
143
* Also makes sure the column widths are never larger than the table's viewport.
144
* In Qt, all columns are resizable from the right, but it's not intuitive resizing the last column from the right.
145
- * Usually our second to last columns behave as if stretched, and when on strech mode, columns aren't resizable
+ * Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable
146
* interactively or programmatically.
147
*
148
* This helper object takes care of this issue.
0 commit comments