mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	citra_qt/multiplayer: Change style for pinged messages a bit
To allow it to be seen more clearly in dark themes
This commit is contained in:
		
							parent
							
								
									4574bd1e5c
								
							
						
					
					
						commit
						4df4b90795
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -70,7 +70,8 @@ public: | |||
|             style = QString("background-color: %1").arg(ping_color); | ||||
|         } | ||||
| 
 | ||||
|         return QString("[%1] <font color='%2'><%3></font> <font style='%4'>%5</font>") | ||||
|         return QString("[%1] <font color='%2'><%3></font> <font style='%4' " | ||||
|                        "color='#000000'>%5</font>") | ||||
|             .arg(timestamp, color, name.toHtmlEscaped(), style, message.toHtmlEscaped()); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue