mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +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
				
			
		
							
								
								
									
										5
									
								
								dist/qt_themes/default/style.qss
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/qt_themes/default/style.qss
									
										
									
									
										vendored
									
									
								
							|  | @ -26,3 +26,8 @@ QPushButton#3DOptionStatusBarButton { | ||||||
| QPushButton#3DOptionStatusBarButton:hover { | QPushButton#3DOptionStatusBarButton:hover { | ||||||
|     border: 1px solid #76797C; |     border: 1px solid #76797C; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | QPushButton#button_reset_defaults { | ||||||
|  |     min-width: 57px; | ||||||
|  |     padding: 4px 8px; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @ -1072,6 +1072,10 @@ QPushButton:focus { | ||||||
|   border: 1px solid #1464A0; |   border: 1px solid #1464A0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | QPushButton#button_reset_defaults { | ||||||
|  |     padding: 3px 6px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| /* QToolButton ------------------------------------------------------------ | /* QToolButton ------------------------------------------------------------ | ||||||
| 
 | 
 | ||||||
| https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton | https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue