Skip to content

Commit 5f4b86f

Browse files
committed
Fix typo src/qt/guiutil.h
Signed-off-by: chloefeal <[email protected]>
1 parent 3875eaf commit 5f4b86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/guiutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ namespace GUIUtil
142142
* Makes a QTableView last column feel as if it was being resized from its left border.
143143
* Also makes sure the column widths are never larger than the table's viewport.
144144
* 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
145+
* Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable
146146
* interactively or programmatically.
147147
*
148148
* This helper object takes care of this issue.

0 commit comments

Comments
 (0)