mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	fix: Added padding to reset defaults button (#6926)
The button did not have enough padding, now it does! Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Benjamin <73490201+benjaminhalko@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									d1f600601d
								
							
						
					
					
						commit
						d2260bafef
					
				
					 2 changed files with 9 additions and 0 deletions
				
			
		|  | @ -1072,6 +1072,10 @@ QPushButton:focus { | |||
|   border: 1px solid #1464A0; | ||||
| } | ||||
| 
 | ||||
| QPushButton#button_reset_defaults { | ||||
|     padding: 3px 6px; | ||||
| } | ||||
| 
 | ||||
| /* QToolButton ------------------------------------------------------------ | ||||
| 
 | ||||
| https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue