mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	qt_themes: remove unknown qss property from dark theme
Qdarkstyle's qss file uses an overflow property. According to `https://doc.qt.io/qt-5/stylesheet-reference.html`, the property `overflow` doesn't exist, which leads to a warning message in the console.
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/qt_themes/qdarkstyle/style.qss
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/qt_themes/qdarkstyle/style.qss
									
									
									
									
										vendored
									
									
								
							@@ -673,10 +673,6 @@ QTabWidget::pane {
 | 
				
			|||||||
    border-bottom-left-radius: 2px;
 | 
					    border-bottom-left-radius: 2px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QTabWidget::tab-bar {
 | 
					 | 
				
			||||||
    overflow: visible;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
QTabBar {
 | 
					QTabBar {
 | 
				
			||||||
    qproperty-drawBase: 0;
 | 
					    qproperty-drawBase: 0;
 | 
				
			||||||
    border-radius: 3px;
 | 
					    border-radius: 3px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user