mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML UI: better icon for delete
The cancel picture was odd - the trash can is much more typical. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									249a2c2c09
								
							
						
					
					
						commit
						f61b83301a
					
				
					 3 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -88,7 +88,7 @@ MobileComponents.Page {
 | 
			
		|||
			}
 | 
			
		||||
			actions: [
 | 
			
		||||
				Action {
 | 
			
		||||
					iconName: "dialog-cancel"
 | 
			
		||||
					iconName: "trash-empty"
 | 
			
		||||
					onTriggered: {
 | 
			
		||||
						print("delete this!")
 | 
			
		||||
					}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,5 +48,6 @@
 | 
			
		|||
		<file alias="org/kde/plasma/mobilecomponents/icons/view-readermode.svg">mobilecomponents/icons/view-readermode.svg</file>
 | 
			
		||||
		<file alias="org/kde/plasma/mobilecomponents/icons/dialog-cancel.svg">mobilecomponents/icons/dialog-cancel.svg</file>
 | 
			
		||||
		<file alias="org/kde/plasma/mobilecomponents/icons/application-menu.svg">mobilecomponents/icons/application-menu.svg</file>
 | 
			
		||||
		<file alias="org/kde/plasma/mobilecomponents/icons/trash-empty.svg">mobilecomponents/icons/trash-empty.svg</file>
 | 
			
		||||
	</qresource>
 | 
			
		||||
</RCC>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -52,5 +52,6 @@ cp $BREEZE/icons/actions/24/go-next.svg $MC/icons
 | 
			
		|||
cp $BREEZE/icons/actions/24/go-previous.svg $MC/icons
 | 
			
		||||
cp $BREEZE/icons/actions/16/view-readermode.svg $MC/icons
 | 
			
		||||
cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons
 | 
			
		||||
cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons
 | 
			
		||||
 | 
			
		||||
echo org.kde.plasma.mobilecomponents synced from upstream
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue