mobile-config-prefs.js: fix titlebar for plamo (MR 23)
Instead of moving tabs into the title bar, hide it completely on Plasma Mobile, now that the tabs are at the bottom.
This commit is contained in:
		
							parent
							
								
									c3d0eada96
								
							
						
					
					
						commit
						16a4471b73
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,8 +11,8 @@ pref('dom.w3c.touch_events.enabled', true);
 | 
			
		|||
pref('apz.allow_zooming', true);
 | 
			
		||||
pref('apz.allow_double_tap_zooming', true);
 | 
			
		||||
 | 
			
		||||
// Save vertical space by drawing directly in the titlebar
 | 
			
		||||
pref('browser.tabs.drawInTitlebar', true);
 | 
			
		||||
// Save vertical space by hiding the titlebar
 | 
			
		||||
pref('browser.tabs.inTitlebar', 1);
 | 
			
		||||
 | 
			
		||||
// Disable search suggestions
 | 
			
		||||
pref('browser.search.suggest.enabled', false);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue