Skip to content

Commit 0cfaff7

Browse files
committed
Improve label display
1 parent 99b1894 commit 0cfaff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def on_hwlib_change(self, e=None):
462462
import ctypes
463463
is_admin = ctypes.windll.shell32.IsUserAnAdmin() != 0
464464
if (hwlib == "LHM" or hwlib == "AUTO") and not is_admin:
465-
self.lhm_admin_warning.place(x=320, y=455)
465+
self.lhm_admin_warning.place(x=320, y=460)
466466
self.save_run_btn.state(["disabled"])
467467
else:
468468
self.lhm_admin_warning.place_forget()

0 commit comments

Comments
 (0)