дзеркало
				https://github.com/SmallJoker/exchange_shop.git
				synced 2025-10-31 14:45:22 +01:00 
			
		
		
		
	Code style
This commit is contained in:
		
							
								
								
									
										18
									
								
								shop.lua
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								shop.lua
									
									
									
									
									
								
							| @@ -192,13 +192,17 @@ end | |||||||
|  |  | ||||||
| local gui = flow.widgets | local gui = flow.widgets | ||||||
| local item_picker = flow.make_gui(function(player, ctx) | local item_picker = flow.make_gui(function(player, ctx) | ||||||
| 	local rows = {name='items', w = 11.8, h = 5.8, custom_scrollbar = { | 	local rows = { | ||||||
| 		w = 0.9, | 		name = "items", | ||||||
| 		scrollbar_bg = "inventory_creative_scrollbar_bg.png", | 		w = 11.8, h = 5.8, | ||||||
| 		slider = "inventory_creative_slider.png", | 		custom_scrollbar = { | ||||||
| 		arrow_up = "inventory_creative_arrow_up.png", | 			w = 0.9, | ||||||
| 		arrow_down = "inventory_creative_arrow_down.png", | 			scrollbar_bg = "inventory_creative_scrollbar_bg.png", | ||||||
| 	}} | 			slider = "inventory_creative_slider.png", | ||||||
|  | 			arrow_up = "inventory_creative_arrow_up.png", | ||||||
|  | 			arrow_down = "inventory_creative_arrow_down.png", | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  |  | ||||||
| 	local query = ctx.form.Dsearch and lower(ctx.form.Dsearch) or "" | 	local query = ctx.form.Dsearch and lower(ctx.form.Dsearch) or "" | ||||||
|  |  | ||||||
|   | |||||||
		Посилання в новій задачі
	
	Block a user