mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
remove Th24StrokeOffset math
This commit is contained in:
parent
12aa3c6807
commit
b71d333211
1 changed files with 4 additions and 4 deletions
|
@ -1349,15 +1349,15 @@ index 65676013fece9..e59963fadac56 100644
|
|||
|
||||
+ #if !BUILDFLAG(IS_WIN)
|
||||
+ if (features::IsThorium2024()) {
|
||||
+ constexpr int Th24StrokeOffset = 1;
|
||||
+ top -= Th24StrokeOffset;
|
||||
+ //constexpr int Th24StrokeOffset = 1;
|
||||
+ //top -= Th24StrokeOffset;
|
||||
+ //bottom -= Th24StrokeOffset;
|
||||
+ }
|
||||
+ #else
|
||||
+ VLOG(0) << "Th24StrokeOffset on Windows is imperfect";
|
||||
+ if (features::IsThorium2024()) {
|
||||
+ constexpr int Th24StrokeOffset = 1;
|
||||
+ top += Th24StrokeOffset;
|
||||
+ //constexpr int Th24StrokeOffset = 1;
|
||||
+ //top += Th24StrokeOffset;
|
||||
+ //bottom -= Th24StrokeOffset;
|
||||
+ }
|
||||
+ #endif
|
||||
|
|
Loading…
Reference in a new issue