mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	Nake the Tol line wider.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@4705 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									6bab3d03de
								
							
						
					
					
						commit
						6982c14b77
					
				@ -1,4 +1,4 @@
 | 
			
		||||
//--------------------------------------------------------------- MainWindow
 | 
			
		||||
//---------------------------------------------------------------- MainWindow
 | 
			
		||||
#include "mainwindow.h"
 | 
			
		||||
#include "ui_mainwindow.h"
 | 
			
		||||
#include "devsetup.h"
 | 
			
		||||
 | 
			
		||||
@ -372,7 +372,8 @@ void CPlotter::DrawOverlay()                                 //DrawOverlay()
 | 
			
		||||
  }
 | 
			
		||||
  int x1=(m_DF - m_tol - m_ZoomStartFreq)/df;
 | 
			
		||||
  int x2=(m_DF + m_tol - m_ZoomStartFreq)/df;
 | 
			
		||||
  pen1.setWidth(6);
 | 
			
		||||
  pen1.setWidth(4);
 | 
			
		||||
  painter3.setPen(pen1);
 | 
			
		||||
  painter3.drawLine(x1,28,x2,28);
 | 
			
		||||
 | 
			
		||||
  pen1.setWidth(3);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user