mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:42:43 +00:00 
			
		
		
		
	LibGUI: Move frame painting from GFrame to StylePainter.
This way it can be used by others who might not have a GFrame object.
This commit is contained in:
		
							parent
							
								
									e61dd994df
								
							
						
					
					
						commit
						4ab0cd5d4c
					
				
					 16 changed files with 93 additions and 88 deletions
				
			
		|  | @ -80,8 +80,8 @@ public: | |||
|         m_label->set_background_color(Color::from_rgb(0xdac7b5)); | ||||
|         m_label->set_fill_with_background_color(true); | ||||
|         m_label->set_frame_thickness(1); | ||||
|         m_label->set_frame_shape(GFrame::Shape::Container); | ||||
|         m_label->set_frame_shadow(GFrame::Shadow::Plain); | ||||
|         m_label->set_frame_shape(FrameShape::Container); | ||||
|         m_label->set_frame_shadow(FrameShadow::Plain); | ||||
|         set_main_widget(m_label); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling