Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c17405a6b |
@@ -409,11 +409,11 @@ class ScreenshotFrame(ttk.Frame):
|
||||
|
||||
ctl = ttk.Frame(self)
|
||||
ctl.pack(fill="x")
|
||||
ttk.Button(ctl, text="🎮 게임 창 선택…", command=self._pick_window).pack(side="left")
|
||||
ttk.Button(ctl, text="🖥 전체 화면 캡처", command=self._capture_screen).pack(side="left", padx=4)
|
||||
ttk.Button(ctl, text="📂 파일 열기…", command=self._open_file).pack(side="left", padx=4)
|
||||
ttk.Button(ctl, text="🔁 영역 재지정", command=self._reselect_bbox).pack(side="left", padx=4)
|
||||
ttk.Button(ctl, text="✅ 이 구성으로 계산", command=self._confirm).pack(side="right")
|
||||
ttk.Button(ctl, text="게임 창 선택…", command=self._pick_window).pack(side="left")
|
||||
ttk.Button(ctl, text="전체 화면 캡처", command=self._capture_screen).pack(side="left", padx=4)
|
||||
ttk.Button(ctl, text="파일 열기…", command=self._open_file).pack(side="left", padx=4)
|
||||
ttk.Button(ctl, text="영역 재지정", command=self._reselect_bbox).pack(side="left", padx=4)
|
||||
ttk.Button(ctl, text="이 구성으로 계산", command=self._confirm).pack(side="right")
|
||||
|
||||
self.status = ttk.Label(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user