mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
Reduce entry window width in install.py from 650 to 325 for better UI alignment.
This commit is contained in:
parent
a8cc2f1c32
commit
1df4f47dd6
@ -1467,7 +1467,7 @@ class ProleInstaller:
|
||||
entry = tk.Entry(self.bg_canvas, bg='white', fg='black', insertbackground='black',
|
||||
highlightbackground='#CCCCCC', highlightthickness=1, relief='flat', font=('SF Pro Text', 11))
|
||||
entry.insert(0, values[key])
|
||||
entry_window = self.bg_canvas.create_window(x_field, y-12, window=entry, anchor='nw', width=650, height=32)
|
||||
entry_window = self.bg_canvas.create_window(x_field, y-12, window=entry, anchor='nw', width=325, height=32)
|
||||
self._canvas_items.append(entry_window)
|
||||
self._overlay_widgets.append(entry)
|
||||
self._env_entries[key] = entry
|
||||
|
||||
Loading…
Reference in New Issue
Block a user