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 eb6e568 commit 678f1c4
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] * 12) / 10 # ver2.2.1(a) chage , 10 ->12
self.root_width = math.ceil(master_folder_size_array[0] * 11.5) / 10 # ver2.2.1(a) chage , 10 ->12
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 678f1c4

Please sign in to comment.