diff options
| author | practicalswift <[email protected]> | 2017-01-29 18:19:55 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-29 18:19:55 +0100 |
| commit | 5f62e3eb6381e455a1b83ab6fb368a132124d2a3 (patch) | |
| tree | eef3a02c5c59b6d75a3c35b7f3ad4cba38d9d8a7 /src/qt/guiutil.cpp | |
| parent | Merge #9510: [trivial] Fix typos in comments (diff) | |
| download | discoin-5f62e3eb6381e455a1b83ab6fb368a132124d2a3.tar.xz discoin-5f62e3eb6381e455a1b83ab6fb368a132124d2a3.zip | |
Fix typos
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 ea80a1f54..5d6c0e2e3 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() { |