Skip to content

Commit

Permalink
Update ns_l1_master_create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored May 27, 2024
1 parent 505dabc commit ef54d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns_l1_master_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ def __init__(self):

self.root_left = 0.28
self.root_top = 1.42
self.root_width = math.ceil(master_folder_size_array[0] * 10) / 10
self.root_width = math.ceil(master_folder_size_array[0] * 9) / 10 #ver 2.2.1(a) chenged 10 - > 9
self.root_hight = math.ceil(master_folder_size_array[3] * 10) / 10

# width inches of root folder ( ver 1.1)
Expand Down

0 comments on commit ef54d3e

Please sign in to comment.