diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-06 12:54:02 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-06 14:20:05 +0100 |
commit | 986ba005eda65cf91f698cccaab792da569022f9 (patch) | |
tree | 277503a56ccd798651ca32a1e5cb693c4fd88789 /src/qt/guiutil.cpp | |
parent | 8d6447ecf79cd9a875552f0940098394085345e1 (diff) | |
parent | 5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (diff) |
Merge #9651: Fix typos
5f62e3e Fix typos (practicalswift)
Diffstat (limited to 'src/qt/guiutil.cpp')
-rw-r--r-- | src/qt/guiutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index ea80a1f549..5d6c0e2e31 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -536,7 +536,7 @@ int TableViewLastColumnResizingFixer::getAvailableWidthForColumn(int column) return nResult; } -// Make sure we don't make the columns wider than the tables viewport width. +// Make sure we don't make the columns wider than the table's viewport width. void TableViewLastColumnResizingFixer::adjustTableColumnsWidth() { disconnectViewHeadersSignals(); @@ -570,7 +570,7 @@ void TableViewLastColumnResizingFixer::on_sectionResized(int logicalIndex, int o } } -// When the tabless geometry is ready, we manually perform the stretch of the "Message" column, +// When the table's geometry is ready, we manually perform the stretch of the "Message" column, // as the "Stretch" resize mode does not allow for interactive resizing. void TableViewLastColumnResizingFixer::on_geometriesChanged() { |