Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jun 16, 2023
1 parent 63b989b commit 133467b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions game/tool/screens_memo.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ screen menu_memo():
ysize gui.lateralframescroll_ysize
background None
# task title list
viewport mousewheel True draggable True id 'vp1':
has vbox spacing 5
viewport mousewheel True draggable True id 'menu_memo_task_title_list':
has vbox
spacing 5
for task_id in current_quest_stages.keys():
button:
xpos gui.interface_text_size
Expand All @@ -57,7 +58,7 @@ screen menu_memo():
]
selected cur_task_menu == task_id
# scroll bar
vbar value YScrollValue('vp1') style 'menu_vscroll'
vbar value YScrollValue('menu_memo_task_title_list') style 'menu_vscroll'

# Information on the current quest
if cur_task_menu != '':
Expand Down

0 comments on commit 133467b

Please sign in to comment.