Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a458b1d6
Commit
a458b1d6
authored
Jun 20, 2005
by
Felix Paul Kühne
Browse files
* forwardport [11483] to trunk
parent
2b6d548b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/intf.m
View file @
a458b1d6
...
...
@@ -1568,14 +1568,14 @@ static VLCMain *_o_sharedMainInstance = nil;
if
(
o_size_with_playlist
.
height
>
200
)
{
o_rect
.
size
.
height
=
o_size_with_playlist
.
height
;
}
else
{
}
else
{
o_rect
.
size
.
height
=
500
;
}
if
(
o_
rect
.
size
.
width
==
[
o_window
minSize
].
width
)
if
(
o_
size_with_playlist
.
width
>
[
o_window
minSize
].
width
)
{
o_rect
.
size
.
width
=
o_size_with_playlist
.
width
;
}
else
{
o_rect
.
size
.
width
=
500
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment