mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-08 00:24:12 +08:00
fix: 修复推理设备的更多弹窗大小 (#2502)
This commit is contained in:
@@ -510,8 +510,11 @@ public partial class HomePageViewModel : ViewModel
|
||||
{
|
||||
Title = "硬件加速设置",
|
||||
Content = new HardwareAccelerationView(new HardwareAccelerationViewModel()),
|
||||
SizeToContent = SizeToContent.WidthAndHeight,
|
||||
ResizeMode = ResizeMode.NoResize,
|
||||
Width = 800,
|
||||
Height = 600,
|
||||
MinWidth = 800,
|
||||
MaxWidth = 800,
|
||||
MinHeight = 600,
|
||||
Owner = Application.Current.MainWindow,
|
||||
WindowStartupLocation = WindowStartupLocation.CenterOwner,
|
||||
ExtendsContentIntoTitleBar = true,
|
||||
|
||||
Reference in New Issue
Block a user