Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread mark mgg4.com via wsjt-devel
Repositioning doesn’t make any difference. The next message log popup is in the center of the screen again. --Mark From: Black Michael Sent: Friday, September 1, 2023 10:57 AM To: WSJT software development ; Mark Galbraith ; mark mgg4.com Subject: Re: [wsjt-devel] Button sizes not correct

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread mark mgg4.com via wsjt-devel
After switching back, and the problem with the button sizes returns, I make the following observations. 1. The text margins for the “H” button seem to be correct. 2. The remaining buttons in the column use the same button size as the “H” button. 3. Scaling those buttons on one of the

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Black Michael via wsjt-devel
You have to reposition the windows once.  You can't switch back and forth. Also try setting that value to 1 instead of 0 and see what difference it makes. On Friday, September 1, 2023 at 12:54:40 PM CDT, mark mgg4.com wrote: All of them.  Most annoying is the Log popup which I have

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread mark mgg4.com via wsjt-devel
All of them. Most annoying is the Log popup which I have positioned for easy tapping (touch screen). --Mark From: Black Michael Sent: Friday, September 1, 2023 10:52 AM To: WSJT software development ; Mark Galbraith Cc: mark mgg4.com Subject: Re: [wsjt-devel] Button sizes not correct

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Black Michael via wsjt-devel
Which windows? On Friday, September 1, 2023 at 12:46:50 PM CDT, Mark Galbraith wrote: After a few more experiments, I’ve reverted this change.  The program no longer remembers where certain windows open on the screen, opening all windows in the center.  This is a bit more

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Mark Galbraith via wsjt-devel
After a few more experiments, I’ve reverted this change. The program no longer remembers where certain windows open on the screen, opening all windows in the center. This is a bit more disruptive than the narrow buttons. --Mark, N7YD From: mark mgg4.com via wsjt-devel Sent: Friday,

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread mark mgg4.com via wsjt-devel
Thank you. That does change a few things, and some of the text seems a bit less sharp, but it does fix the problem and I like the overall effect better. I very much appreciate your response. --Mark, N7YD From: Black Michael via wsjt-devel Sent: Friday, September 1, 2023 9:25 AM To: WSJT

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Black Michael via wsjt-devel
Try this to replace the qt.conf in your bin directory [Paths]Plugins = ../plugins [Platforms]WindowsArguments = dpiawareness=0 Mike W9MDB On Thursday, August 31, 2023 at 10:43:43 PM CDT, Laurie, VK3AMA via wsjt-devel wrote: On 01/09/2023 8:15 am, Mark Galbraith via wsjt-devel wrote:

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Uwe, DG2YCB via wsjt-devel
Hi Mark, In most cases, this effect is triggered by App Scaling. Try setting this to 100%. Probably everything will look normal then. Please try a few combinations of App Scaling and font size to find the best settings for you. It is almost impossible to compensate for all the unsightly side

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Laurie, VK3AMA via wsjt-devel
On 01/09/2023 7:11 pm, Rick via wsjt-devel wrote: This effect is not present in Linux Mint. (1920x1080 screen, font Noto Sans Bold Italic 12) However, looking at the code in the Qt development environment this clipping effect can be seen. These buttons all have a minimum width of 32 and

Re: [wsjt-devel] Button sizes not correct

2023-09-01 Thread Rick via wsjt-devel
Mark / Laurie This effect is not present in Linux Mint. (1920x1080 screen, font Noto Sans Bold Italic 12) However, looking at the code in the Qt development environment this clipping effect can be seen. These buttons all have a minimum width of 32 and the default font size is 12.  Otherwise