use only the high resolution icon
This commit is contained in:
		
							parent
							
								
									b8c92ed551
								
							
						
					
					
						commit
						960f9ca71a
					
				@ -108,7 +108,7 @@ class MainWindow(QMainWindow):
 | 
			
		||||
            self.startTime = UTCDateTime()
 | 
			
		||||
 | 
			
		||||
        pylot_icon = QIcon()
 | 
			
		||||
        pylot_icon.addPixmap(QPixmap(':/icons/pylot.ico'))
 | 
			
		||||
        pylot_icon.addPixmap(QPixmap(':/icons/pylot.png'))
 | 
			
		||||
 | 
			
		||||
        self.setWindowTitle("PyLoT - do seismic processing the python way")
 | 
			
		||||
        self.setWindowIcon(pylot_icon)
 | 
			
		||||
@ -629,7 +629,7 @@ def main():
 | 
			
		||||
    pylot_app = QApplication(sys.argv)
 | 
			
		||||
 | 
			
		||||
    app_icon = QIcon()
 | 
			
		||||
    app_icon.addPixmap(QPixmap(':/icons/pick.png'))
 | 
			
		||||
    app_icon.addPixmap(QPixmap(':/icons/pylot.png'))
 | 
			
		||||
 | 
			
		||||
    # set Application Information
 | 
			
		||||
    pylot_app.setOrganizationName("Ruhr-University Bochum / MAGS2")
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,8 @@
 | 
			
		||||
<RCC>
 | 
			
		||||
    <qresource>
 | 
			
		||||
		<file>icons/pylot.ico</file>
 | 
			
		||||
		<file>icons/printer.png</file>
 | 
			
		||||
		<file>icons/pylot.png</file>
 | 
			
		||||
        <file>icons/printer.png</file>
 | 
			
		||||
		<file>icons/key_E.png</file>
 | 
			
		||||
        <file>icons/key_N.png</file>
 | 
			
		||||
        <file>icons/key_P.png</file>
 | 
			
		||||
@ -13,7 +14,6 @@
 | 
			
		||||
        <file>icons/key_V.png</file>
 | 
			
		||||
        <file>icons/key_W.png</file>
 | 
			
		||||
		<file>icons/key_Z.png</file>
 | 
			
		||||
		<file>icons/pick.png</file>
 | 
			
		||||
        <file>icons/filter.png</file>
 | 
			
		||||
        <file>icons/zoom_in.png</file>
 | 
			
		||||
        <file>icons/zoom_out.png</file>
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB  | 
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user