mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	LibGUI: Tweak colorization of ScrollBar gutter
This commit is contained in:
		
							parent
							
								
									5eb4d0f832
								
							
						
					
					
						commit
						8260cbf7bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -220,7 +220,7 @@ void ScrollBar::paint_event(PaintEvent& event) | |||
|     Painter painter(*this); | ||||
|     painter.add_clip_rect(event.rect()); | ||||
| 
 | ||||
|     painter.fill_rect(rect(), palette().button().lightened()); | ||||
|     painter.fill_rect(rect(), palette().button().lightened(1.1f)); | ||||
| 
 | ||||
|     bool decrement_pressed = m_automatic_scrolling_direction == AutomaticScrollingDirection::Decrement; | ||||
|     bool increment_pressed = m_automatic_scrolling_direction == AutomaticScrollingDirection::Increment; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling