mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	WalletCacheDebug: use monospace font
This commit is contained in:
		
							parent
							
								
									e0f7473ed4
								
							
						
					
					
						commit
						3f489b3558
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,7 @@
 | 
			
		|||
 | 
			
		||||
#include "WalletCacheDebugDialog.h"
 | 
			
		||||
#include "ui_WalletCacheDebugDialog.h"
 | 
			
		||||
#include "model/ModelUtils.h"
 | 
			
		||||
 | 
			
		||||
#include <QRadioButton>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -13,6 +14,8 @@ WalletCacheDebugDialog::WalletCacheDebugDialog(AppContext *ctx, QWidget *parent)
 | 
			
		|||
{
 | 
			
		||||
    ui->setupUi(this);
 | 
			
		||||
 | 
			
		||||
    ui->output->setFont(ModelUtils::getMonospaceFont());
 | 
			
		||||
 | 
			
		||||
    connect(ui->m_blockchain, &QRadioButton::pressed, [this]{
 | 
			
		||||
        this->setOutput(m_ctx->currentWallet->printBlockchain());
 | 
			
		||||
    });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue