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
ab510f28
Commit
ab510f28
authored
Aug 17, 2013
by
Felix Paul Kühne
Browse files
media library: fix rendering of overly long item names (close #9125)
parent
a0007d7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/VLCPlaylistGridView.xib
View file @
ab510f28
...
...
@@ -2,7 +2,7 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12
E55
</string>
<string
key=
"IBDocument.SystemVersion"
>
12
F33
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.39
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
...
...
@@ -73,7 +73,7 @@
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<int
key=
"IBUIContentMode"
>
7
</int>
<int
key=
"IBUIContentMode"
>
1
</int>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBIPadFramework
</string>
<string
key=
"IBUIText"
>
Label
</string>
...
...
@@ -88,6 +88,8 @@
<string
key=
"IBUIColorCocoaTouchKeyPath"
>
darkTextColor
</string>
</object>
<int
key=
"IBUIBaselineAdjustment"
>
0
</int>
<float
key=
"IBUIMinimumFontSize"
>
9
</float>
<bool
key=
"IBUIAdjustsLetterSpacingToFitWidth"
>
YES
</bool>
<int
key=
"IBUITextAlignment"
>
1
</int>
<object
class=
"IBUIFontDescription"
key=
"IBUIFontDescription"
>
<int
key=
"type"
>
1
</int>
...
...
@@ -98,7 +100,6 @@
<double
key=
"NSSize"
>
18
</double>
<int
key=
"NSfFlags"
>
16
</int>
</object>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
</object>
<object
class=
"IBUILabel"
id=
"610797449"
>
<reference
key=
"NSNextResponder"
ref=
"93090196"
/>
...
...
@@ -189,7 +190,6 @@
<string
key=
"NSFrame"
>
{{21, 146}, {256, 12}}
</string>
<reference
key=
"NSSuperview"
ref=
"93090196"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
<int
key=
"NSColorSpace"
>
3
</int>
...
...
Resources/VLCPlaylistTableViewCell.xib
View file @
ab510f28
...
...
@@ -2,7 +2,7 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12
E55
</string>
<string
key=
"IBDocument.SystemVersion"
>
12
F33
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.39
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
...
...
@@ -86,6 +86,8 @@
<bytes
key=
"NSWhite"
>
MQA
</bytes>
</object>
<reference
key=
"IBUIHighlightedColor"
ref=
"654385816"
/>
<float
key=
"IBUIMinimumFontSize"
>
9
</float>
<bool
key=
"IBUIAdjustsLetterSpacingToFitWidth"
>
YES
</bool>
<int
key=
"IBUINumberOfLines"
>
2
</int>
<int
key=
"IBUILineBreakMode"
>
0
</int>
<object
class=
"IBUIFontDescription"
key=
"IBUIFontDescription"
>
...
...
@@ -97,7 +99,6 @@
<double
key=
"NSSize"
>
17
</double>
<int
key=
"NSfFlags"
>
16
</int>
</object>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
<double
key=
"preferredMaxLayoutWidth"
>
178
</double>
</object>
<object
class=
"IBUILabel"
id=
"625431089"
>
...
...
@@ -153,7 +154,6 @@
<string
key=
"NSFrame"
>
{{6, 64}, {122, 10}}
</string>
<reference
key=
"NSSuperview"
ref=
"162418872"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
id=
"698237866"
>
<int
key=
"NSColorSpace"
>
3
</int>
...
...
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