搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Google Calendar buttons scaling issue

  • 2 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 iLLbeFrank

more options

Hi,

I have a laptop with a 4K (3840 x 2160) display and have had issues with text scaling in various programs. I have tried various combinations of Windows display resolution and text size and have now settled on full recommended resolution of 3840 x 2160 and text size scaling of 225%.

In Google Calendar, the up and down buttons used to set Notifications, are abnormally small. I suspect this is related to high DPI scaling. Can this be fixed?

Hi, I have a laptop with a 4K (3840 x 2160) display and have had issues with text scaling in various programs. I have tried various combinations of Windows display resolution and text size and have now settled on full recommended resolution of 3840 x 2160 and text size scaling of 225%. In Google Calendar, the up and down buttons used to set Notifications, are abnormally small. I suspect this is related to high DPI scaling. Can this be fixed?

所有回复 (2)

more options

Unfortunately, there's no way to style the spinner control for HTML number input fields. This is a flaw that was reported to the developers long ago, but nothing has really been done to fix it. Although the spinner does adjust slightly when you set the Windows text size scaling, it's not nearly a big enough adjustment.

The only real "solution" I can recommend is using the following code in a userContent.css file to hide the spinner controls from the textbox:

input[type=number] { -webkit-appearance: textfield; }

It wouldn't fix the sizing issue, but it will remove what I can only assume are pretty useless buttons on a screen of that size. It's also worth noting that you can use the up and down arrow keys on your keyboard to increase or decrease the number.

It's not really an answer to your question, though.

more options

Thanks, now worries, one less thing for me to wonder about :)