mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
code style fix
This commit is contained in:
@@ -375,7 +375,8 @@ bool NativeWindowViews::IsFullscreen() const {
|
||||
return window_->IsFullscreen();
|
||||
}
|
||||
|
||||
void NativeWindowViews::SetBounds(const gfx::Rect& bounds, bool animate = false) {
|
||||
void NativeWindowViews::SetBounds(const gfx::Rect& bounds,
|
||||
bool animate = false) {
|
||||
#if defined(USE_X11)
|
||||
// On Linux the minimum and maximum size should be updated with window size
|
||||
// when window is not resizable.
|
||||
|
||||
Reference in New Issue
Block a user