From d6578665c5ac3cf379a9150697bb01409fa8b7e8 Mon Sep 17 00:00:00 2001 From: Yusuke Ogawa Date: Mon, 27 May 2024 09:53:23 +0900 Subject: [PATCH] Update ns_def.py --- ns_def.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ns_def.py b/ns_def.py index 65ac7b9..50aac7f 100644 --- a/ns_def.py +++ b/ns_def.py @@ -420,7 +420,7 @@ def get_folder_width_size(master_folder_tuple,master_style_shape_tuple,master_sh break current_level +=1 #print(current_level,tmp_width,tmp_hight,tmp_count_shape) - current_level_inches_width = min_tag_inches * 12 + tmp_width + ((tmp_count_shape-1) * (min_tag_inches * 4 )) # ver2.2 chage , min_tag_inches * 2 ->12 + current_level_inches_width = min_tag_inches * 18 + tmp_width + ((tmp_count_shape-1) * (min_tag_inches * 4 )) # ver2.2.1(a) chage , min_tag_inches * 2 ->18 #print('----current_level_inches_hight ---- ',master_folder_tuple[tmp_master_folder_tuple],master_style_shape_tuple[tmp_master_style_shape_tuple[0], 3],current_level,current_max_hight) tmp_hight += current_max_hight if current_max_width < current_level_inches_width: