Zaddr fix (#173)
* Use isZAddress instead of hardcoded "z" * Make last col in Tx table resizable
This commit is contained in:
@@ -181,7 +181,7 @@ void MainWindow::restoreSavedStates() {
|
||||
// Explicitly set the tx table resize headers, since some previous values may have made them
|
||||
// non-expandable.
|
||||
ui->transactionsTable->horizontalHeader()->setSectionResizeMode(3, QHeaderView::Interactive);
|
||||
ui->transactionsTable->horizontalHeader()->setSectionResizeMode(4, QHeaderView::Stretch);
|
||||
ui->transactionsTable->horizontalHeader()->setSectionResizeMode(4, QHeaderView::Interactive);
|
||||
}
|
||||
|
||||
void MainWindow::doClose() {
|
||||
|
||||
Reference in New Issue
Block a user