We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
应用处于运行中时,如果设备的DPI缩放发生了变化,Mile.xaml显示的浮出菜单控件不会发生变化
如图所示,在应用运行时,设备的DPI缩放级别为100%,也就是正常比例,但是在应用运行时调整到125%时,主程序的DPI缩放级别(由Winui3 构建)主动地发生了变化,但是任务栏右键菜单的DPI缩放级别(由Mile.Xaml构建)并没有主动发生变化,只有在重新启动后,任务栏右键菜单的DPI缩放级别才发生了变化
The text was updated successfully, but these errors were encountered:
No branches or pull requests
应用处于运行中时,如果设备的DPI缩放发生了变化,Mile.xaml显示的浮出菜单控件不会发生变化
如图所示,在应用运行时,设备的DPI缩放级别为100%,也就是正常比例,但是在应用运行时调整到125%时,主程序的DPI缩放级别(由Winui3 构建)主动地发生了变化,但是任务栏右键菜单的DPI缩放级别(由Mile.Xaml构建)并没有主动发生变化,只有在重新启动后,任务栏右键菜单的DPI缩放级别才发生了变化
The text was updated successfully, but these errors were encountered: