mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-10-30 14:19:14 -04:00 
			
		
		
		
	Fix ProgressBar Chunk with Standard.qss
This commit is contained in:
		
							parent
							
								
									019ed127bd
								
							
						
					
					
						commit
						456751a83c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -513,15 +513,15 @@ SubFileItem QProgressBar#progressBar { | |||
| 	border-top-left-radius: 7px; | ||||
| 	border-bottom-left-radius: 7px; | ||||
| 	background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #fff, stop: 0.4999 #eee, stop: 0.5 #ddd, stop: 1 #eee); | ||||
| 	width: 15px; | ||||
| 	min-width: 15px; | ||||
| } | ||||
| 
 | ||||
| SubFileItem QProgressBar#progressBar::chunk { | ||||
| 	background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #78d, stop: 0.4999 #46a, stop: 0.5 #45a, stop: 1 #238); | ||||
| 	background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #78d, stop: 0.4999 #46a, stop: 0.5 #45a, stop: 1 #238); | ||||
| 	border-top-left-radius: 7px; | ||||
| 	border-bottom-left-radius: 7px; | ||||
| 	border: 1px solid black; | ||||
| 	width: 15px; | ||||
| 	min-width: 15px; | ||||
| } | ||||
| 
 | ||||
| PluginItem QLabel#infoLabel { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Phenom
						Phenom