Skip to content

Commit

Permalink
perf: Adding more wide (max) height stops
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Mar 4, 2024
1 parent b84e2e5 commit cbd4078
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions STranslate.Model/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,17 @@ public enum MaxHeight : int
[Description("最小高度")]
Minimum = 328,

[Description("较小高度")]
Smaller = 496,

[Description("中等高度")]
Medium = 496,
Medium = 600,

[Description("较大高度")]
Maximum = 700,

[Description("最大高度")]
Maximum = 800,
Larger = 800,

[Description("工作区高度")]
WorkAreaMaximum = 9999
Expand All @@ -319,8 +325,14 @@ public enum WidthEnum : int
[Description("最小宽度")]
Minimum = 480,

[Description("较小宽度")]
Smaller = 600,

[Description("中等宽度")]
Medium = 600,
Medium = 800,

[Description("较大宽度")]
Larger = 1000,

[Description("最大宽度")]
Maximum = 1200,
Expand Down

0 comments on commit cbd4078

Please sign in to comment.