mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 01:32:42 +01:00 
			
		
		
		
	use pack_end instead of pack_start
This commit is contained in:
		@@ -25,7 +25,7 @@ Tray::Tray(const std::string& id, const Bar& bar, const Json::Value& config)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Tray::onAdd(std::unique_ptr<Item>& item) {
 | 
			
		||||
  box_.pack_start(item->event_box);
 | 
			
		||||
  box_.pack_end(item->event_box);
 | 
			
		||||
  dp.emit();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user