mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: fix typos in 'shell/' folder. (#43373)
This commit is contained in:
@@ -448,7 +448,7 @@ class NativeWindow : public base::SupportsUserData,
|
||||
// Minimum and maximum size.
|
||||
std::optional<extensions::SizeConstraints> size_constraints_;
|
||||
// Same as above but stored as content size, we are storing 2 types of size
|
||||
// constraints beacause converting between them will cause rounding errors
|
||||
// constraints because converting between them will cause rounding errors
|
||||
// on HiDPI displays on some environments.
|
||||
std::optional<extensions::SizeConstraints> content_size_constraints_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user