mirror of
				https://github.com/arcan1s/awesome-widgets.git
				synced 2025-10-31 21:23:41 +00:00 
			
		
		
		
	Unfortunately there is no good way to resize tooptip dynamically if html image is used. In other hand if tooltip type set to "names" it is possible to resize tooptips to content size. + update gitignore
		
			
				
	
	
		
			50 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Compiled Object files
 | |
| *.slo
 | |
| *.lo
 | |
| *.o
 | |
| *.obj
 | |
| 
 | |
| # Precompiled Headers
 | |
| *.gch
 | |
| *.pch
 | |
| 
 | |
| # Compiled Dynamic libraries
 | |
| *.so
 | |
| *.dylib
 | |
| *.dll
 | |
| 
 | |
| # Fortran module files
 | |
| *.mod
 | |
| 
 | |
| # Compiled Static libraries
 | |
| *.lai
 | |
| *.la
 | |
| *.a
 | |
| *.lib
 | |
| 
 | |
| # Executables
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| 
 | |
| # cmake
 | |
| CMakeCache.txt
 | |
| CMakeFiles
 | |
| CMakeScripts
 | |
| Makefile
 | |
| cmake_install.cmake
 | |
| install_manifest.txt
 | |
| 
 | |
| # build directory
 | |
| build
 | |
| 
 | |
| # archives
 | |
| *src.tar.[gx]z
 | |
| *pkg.tar.[gx]z
 | |
| src
 | |
| pkg
 | |
| *.deb
 | |
| 
 | |
| # clion settings
 | |
| .idea
 |