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
VideoLAN
VLC-iOS
Commits
9debf250
Commit
9debf250
authored
Dec 11, 2013
by
Felix Paul Kühne
Browse files
minor layout fixes
parent
78e089ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/VLCMenuTableViewController.m
View file @
9debf250
...
...
@@ -213,7 +213,7 @@
if
([
rawTitle
isEqualToString
:
@"Settings"
])
cell
.
imageView
.
image
=
[
UIImage
imageNamed
:
@"Settings"
];
else
cell
.
imageView
.
image
=
[
UIImage
imageNamed
:
@"
About
"
];
cell
.
imageView
.
image
=
[
UIImage
imageNamed
:
@"
menuCone
"
];
}
if
(
!
([
rawTitle
isEqualToString
:
@"Dropbox"
]
||
[
rawTitle
isEqualToString
:
@"WiFi Upload"
]))
...
...
Sources/VLCMovieViewController.m
View file @
9debf250
...
...
@@ -224,8 +224,6 @@
_aspectRatios
=
@[
@"DEFAULT"
,
@"FILL_TO_SCREEN"
,
@"4:3"
,
@"16:9"
,
@"16:10"
,
@"2.21:1"
];
[
self
.
aspectRatioButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"ratioButton"
]
forState
:
UIControlStateNormal
];
[
self
.
aspectRatioButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"ratioButtonHighlight"
]
forState
:
UIControlStateHighlighted
];
[
self
.
aspectRatioButton
setImage
:[
UIImage
imageNamed
:
@"ratioIcon"
]
forState
:
UIControlStateNormal
];
if
(
SYSTEM_RUNS_IOS7_OR_LATER
)
{
self
.
backButton
.
tintColor
=
[
UIColor
colorWithRed
:(
190
.
0
f
/
255
.
0
f
)
green
:(
190
.
0
f
/
255
.
0
f
)
blue
:
(
190
.
0
f
/
255
.
0
f
)
alpha
:
1
.];
...
...
@@ -239,6 +237,8 @@
rect
.
origin
.
y
=
rect
.
origin
.
y
+
5
.;
self
.
resetVideoFilterButton
.
frame
=
rect
;
}
else
{
[
self
.
aspectRatioButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"ratioButton"
]
forState
:
UIControlStateNormal
];
[
self
.
aspectRatioButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"ratioButtonHighlight"
]
forState
:
UIControlStateHighlighted
];
[
self
.
toolbar
setBackgroundImage
:[
UIImage
imageNamed
:
@"seekbarBg"
]
forBarMetrics
:
UIBarMetricsDefault
];
[
self
.
backButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"playbackDoneButton"
]
forState
:
UIControlStateNormal
barMetrics
:
UIBarMetricsDefault
];
[
self
.
backButton
setBackgroundImage
:[
UIImage
imageNamed
:
@"playbackDoneButtonHighlight"
]
forState
:
UIControlStateHighlighted
barMetrics
:
UIBarMetricsDefault
];
...
...
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