This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
text colors and scaling #15
Labels
bug
Something isn't working
Comments
Build 3.03 has two modifications that were added to address this ticket:
I don't have access to an M1 computer or a 4K monitor, however, I've tested these changes on a non-M1 Mac and I've confirmed that there are no issues. I will leave this ticket open for a couple of days so that this user, or any other users with a similar issue, can provide feedback. |
Fails to run, no module named numpy.
Dan
… On Sep 14, 2022, at 1:55 PM, bstaple1 ***@***.***> wrote:
Build 3.03 has two modifications that were added to address this ticket:
• The application/text scaling can be adjusted by changing the scale_factor field in the config.json file
• The dark mode theme (dark_mode.tcl) was removed for Mac in case it was conflicting with the OSX light/dark modes
I don't have access to an M1 computer or a 4K monitor, however, I've tested these changes on a non-M1 Mac and I've confirmed that there are no issues.
I will leave this ticket open for a couple of days so that this user, or any other users with a similar issue, can provide feedback.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
My bad, missed the new requirements_mac txt.
Text colors all fixed, size still small. Is there a setting for scaling?
Dan
… On Sep 14, 2022, at 2:18 PM, Dan Richardson (t) ***@***.***> wrote:
Fails to run, no module named numpy.
Dan
> On Sep 14, 2022, at 1:55 PM, bstaple1 ***@***.***> wrote:
>
>
> Build 3.03 has two modifications that were added to address this ticket:
>
> • The application/text scaling can be adjusted by changing the scale_factor field in the config.json file
> • The dark mode theme (dark_mode.tcl) was removed for Mac in case it was conflicting with the OSX light/dark modes
> I don't have access to an M1 computer or a 4K monitor, however, I've tested these changes on a non-M1 Mac and I've confirmed that there are no issues.
>
> I will leave this ticket open for a couple of days so that this user, or any other users with a similar issue, can provide feedback.
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you authored the thread.
>
|
Increase the scale_factor value in the config.json file |
Brilliant. Works a treat.
Dan
… On Sep 14, 2022, at 2:52 PM, bstaple1 ***@***.***> wrote:
Increase the scale_factor value in the config.json file
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Last login: Tue Sep 6 08:23:05 on console
***@***.*** ~ % python3.10
Python 3.10.4 (v3.10.4:9d38120e33, Mar 23 2022, 17:29:05) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>> import tkinter
>> tcl = tkinter.Tcl()
>> tcl.call("info","patchlevel")
'8.6.12'
>> root = tkinter.Tk()
>> root.winfo_fpixels('1i')
71.98228782287823
…>>
On Sep 6, 2022, at 3:31 PM, bstaple1 ***@***.***> wrote:
Hi nottooloud,
Could you open your terminal, enter the following commands, and send me the results?
Replace python with python3.10.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mac M1 Mini with a 4k monitor. Text colors mostly seem to be white on white, so that the settings window appears totally blank. Text shows if I click on it. Text in general is tiny. Is there a way to scale it up?
The text was updated successfully, but these errors were encountered: