mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	QML UI: don't shorten the buttons
I want a prettier visual for those, anyway, but artificially making them shorter than that text they display seems silly - and causes the text to be trunkated for no good reason on some devices. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									04e994b575
								
							
						
					
					
						commit
						88101e4dd3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,7 @@ Item {
 | 
			
		|||
		anchors.fill: parent
 | 
			
		||||
		anchors.margins: MobileComponents.Units.gridUnit / 2
 | 
			
		||||
 | 
			
		||||
		property int buttonWidth: welcomeText.width * 0.66
 | 
			
		||||
		property int buttonWidth: welcomeText.width
 | 
			
		||||
 | 
			
		||||
		MobileComponents.Heading {
 | 
			
		||||
			Layout.bottomMargin: MobileComponents.Units.largeSpacing
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue