mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-30 23:29:30 +03:00
Removed warning from transparency slider
This commit is contained in:
parent
2a9ac882cd
commit
4692a98f04
@ -1,8 +1,8 @@
|
|||||||
/* Label for 'UI Transparency' option in [prefs.py]*/
|
/* Label for 'UI Transparency' option in [prefs.py]*/
|
||||||
"Main window transparency" = "Main window transparency";
|
"Main window transparency" = "Main window transparency";
|
||||||
|
|
||||||
/* Warning next to 'UI Transparency' slider */
|
/* Message next to 'UI Transparency' slider [prefs.py] */
|
||||||
"100 means fully opaque.{CR}Window is updated in real time{CR}do NOT use this with the transparent theme on windows" = "100 means fully opaque.{CR}Window is updated in real time{CR}do NOT use this with the transparent theme on windows";
|
"100 means fully opaque.{CR}Window is updated in real time" = "100 means fully opaque.{CR}Window is updated in real time";
|
||||||
|
|
||||||
/* Label for 'UI Scaling' option [prefs.py] */
|
/* Label for 'UI Scaling' option [prefs.py] */
|
||||||
"UI Scale Percentage" = "UI Scale Percentage";
|
"UI Scale Percentage" = "UI Scale Percentage";
|
||||||
|
3
prefs.py
3
prefs.py
@ -766,8 +766,7 @@ class PreferencesDialog(tk.Toplevel):
|
|||||||
appearance_frame,
|
appearance_frame,
|
||||||
text=_(
|
text=_(
|
||||||
"100 means fully opaque.{CR}"
|
"100 means fully opaque.{CR}"
|
||||||
"Window is updated in real time{CR}"
|
"Window is updated in real time"
|
||||||
"do NOT use this with the transparent theme on windows"
|
|
||||||
).format(CR='\n')
|
).format(CR='\n')
|
||||||
).grid(
|
).grid(
|
||||||
column=3,
|
column=3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user