auto-git:
[change] concept-maker_gui.py
This commit is contained in:
@@ -987,7 +987,7 @@ class App(TkinterDnD.Tk): # type: ignore
|
|||||||
except Exception:
|
except Exception:
|
||||||
self.image_prompt_vsb.pack(side=tk.RIGHT, fill=tk.Y)
|
self.image_prompt_vsb.pack(side=tk.RIGHT, fill=tk.Y)
|
||||||
self.image_prompt_text.configure(yscrollcommand=self.image_prompt_vsb.set)
|
self.image_prompt_text.configure(yscrollcommand=self.image_prompt_vsb.set)
|
||||||
self._set_image_prompt_text("Generated image prompt will appear here.")
|
self._set_image_prompt_text(IMAGE_PROMPT_PLACEHOLDER)
|
||||||
|
|
||||||
# Bottom bar
|
# Bottom bar
|
||||||
bottom = ttk.Frame(root)
|
bottom = ttk.Frame(root)
|
||||||
|
|||||||
Reference in New Issue
Block a user