future 1 gadu atpakaļ
vecāks
revīzija
089ec9ee69
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      assets/script/edit/task/scene_task.ts

+ 1 - 1
assets/script/edit/task/scene_task.ts

@@ -320,7 +320,7 @@ export class scene_task extends Component {
                 let c_row = Math.round(c_index / 2)
                 let c_spacing_y = c_row * 50
                 let c_item_height = (c_row - 1) * 300
-                let c_offset_y = c_spacing_y + c_item_height + 900
+                let c_offset_y = c_spacing_y + c_item_height + 1100
                 this.node.getComponent(ScrollView).scrollToOffset(new Vec2(0, c_offset_y))
                 this.search_node.getComponent(Search).showTip(element)
                 break