bstaple1 / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
110 stars 31 forks source link

text colors and scaling #15

Closed nottooloud closed 2 years ago

nottooloud commented 2 years ago

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?

bstaple1 commented 2 years ago

Hi nottooloud,

Could you open your terminal, enter the following commands, and send me the results?

image

Replace python with python3.10.

bstaple1 commented 2 years ago

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.

nottooloud commented 2 years ago

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.

nottooloud commented 2 years ago

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.

bstaple1 commented 2 years ago

Increase the scale_factor value in the config.json file

nottooloud commented 2 years ago

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.

nottooloud commented 2 years ago

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.