@@ -277,6 +277,11 @@ You can click this button to enter your POESESSID.
277277- You can only generate weighted searches for public leagues. (Generated searches can be modified
278278on trade site to work on other leagues and realms)]]
279279
280+ -- Buyout selection
281+ self .controls .includeInPerson = new (" CheckBoxControl" , { " TOPRIGHT" , self .controls .poesessidButton , " BOTTOMRIGHT" },
282+ { 0 , row_vertical_padding , row_height }, " Include in person:" , function (state ) end ,
283+ " This includes in person offers in the search results." , false )
284+
280285-- Fetches Box
281286 self .maxFetchPerSearchDefault = 2
282287 self .controls .fetchCountEdit = new (" EditControl" , {" TOPRIGHT" , nil , " TOPRIGHT" }, {- 12 , 19 , 154 , row_height }, " " , " Fetch Pages" , " %D" , 3 , function (buf )
@@ -449,7 +454,7 @@ Highest Weight - Displays the order retrieved from trade]]
449454 t_insert (slotTables , { slotName = self .itemsTab .sockets [nodeId ].label , nodeId = nodeId })
450455 end
451456
452- self .controls .sectionAnchor = new (" LabelControl" , {" LEFT" , self .controls .poesessidButton , " LEFT" }, {0 , 0 , 0 , 0 }, " " )
457+ self .controls .sectionAnchor = new (" LabelControl" , {" LEFT" , self .controls .poesessidButton , " LEFT" }, {0 , row_vertical_padding + row_height , 0 , 0 }, " " )
453458 top_pane_alignment_ref = {" TOPLEFT" , self .controls .sectionAnchor , " TOPLEFT" }
454459 local scrollBarShown = # slotTables > 21 -- clipping starts beyond this
455460 -- dynamically hide rows that are above or below the scrollBar
0 commit comments