mirror of https://github.com/2dust/v2rayN
考虑在更大的屏幕上可以接受更高尺寸的占用
https://zelikk.blogspot.com/2023/09/v2rayn-lstgroup-maxheight.htmlpull/4255/head
parent
40fbbc7c58
commit
34c6c953ac
|
@ -36,6 +36,8 @@ namespace v2rayN.Views
|
|||
this.Height = SystemParameters.WorkArea.Height;
|
||||
}
|
||||
|
||||
lstGroup.MaxHeight = Math.Floor(SystemParameters.WorkArea.Height * 0.20 / 40) * 40;
|
||||
|
||||
_config = LazyConfig.Instance.GetConfig();
|
||||
|
||||
App.Current.SessionEnding += Current_SessionEnding;
|
||||
|
|
Loading…
Reference in New Issue