質問編集履歴

2

修正

2020/01/07 12:45

投稿

person
person

スコア223

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  # win_x = win.winfo_width()
54
54
 
55
- # b.place(x=win_x, y=0)
55
+ # b.place(x=win_x-50, y=0)
56
56
 
57
57
 
58
58
 

1

修正

2020/01/07 12:45

投稿

person
person

スコア223

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  b.grid()
46
46
 
47
- #b.place(x=win.winfo_width(), y=0)
47
+ #b.place(x=win.winfo_width()-50, y=0)
48
48
 
49
49
 
50
50