mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Change Wide Graph title to "Wideband Waterfall".
This commit is contained in:
		
							parent
							
								
									0e416e5d1f
								
							
						
					
					
						commit
						d26f8c1a30
					
				@ -748,7 +748,7 @@ p, li { white-space: pre-wrap; }
 | 
			
		||||
  </action>
 | 
			
		||||
  <action name="actionWide_Waterfall">
 | 
			
		||||
   <property name="text">
 | 
			
		||||
    <string>Wide Waterfall</string>
 | 
			
		||||
    <string>Wideband Waterfall</string>
 | 
			
		||||
   </property>
 | 
			
		||||
  </action>
 | 
			
		||||
  <action name="actionOpen">
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,7 @@ WideGraph::WideGraph (QString const& settings_filename, QWidget * parent)
 | 
			
		||||
    m_settings_filename {settings_filename}
 | 
			
		||||
{
 | 
			
		||||
  ui->setupUi(this);
 | 
			
		||||
  setWindowTitle("Wide Graph");
 | 
			
		||||
  setWindowTitle("Wideband Waterfall");
 | 
			
		||||
  setWindowFlags(Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint);
 | 
			
		||||
  installEventFilter(parent); //Installing the filter
 | 
			
		||||
  ui->widePlot->setCursor(Qt::CrossCursor);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user