Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
5af8cc2e
Commit
5af8cc2e
authored
Sep 25, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: stupid c&p error
parent
4a7bb539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
modules/gui/macosx/prefs_widgets.m
modules/gui/macosx/prefs_widgets.m
+0
-35
No files found.
modules/gui/macosx/prefs_widgets.m
View file @
5af8cc2e
...
...
@@ -478,41 +478,6 @@ o_textfield = [[[NSSecureTextField alloc] initWithFrame: s_rc] retain]; \
break
;
}
break
;
switch
(
i_lastItem
)
{
case
CONFIG_ITEM_STRING
:
case
CONFIG_ITEM_PASSWORD
:
i_margin
=
8
;
break
;
case
CONFIG_ITEM_STRING_LIST
:
i_margin
=
7
;
break
;
case
CONFIG_ITEM_FILE
:
i_margin
=
8
;
break
;
case
CONFIG_ITEM_MODULE
:
i_margin
=
4
;
break
;
case
CONFIG_ITEM_INTEGER
:
i_margin
=
7
;
break
;
case
CONFIG_ITEM_RANGED_INTEGER
:
i_margin
=
5
;
break
;
case
CONFIG_ITEM_BOOL
:
i_margin
=
7
;
break
;
case
CONFIG_ITEM_KEY_AFTER_10_3
:
i_margin
=
6
;
break
;
case
CONFIG_ITEM_MODULE_LIST
:
i_margin
=
8
;
break
;
default:
i_margin
=
20
;
break
;
}
break
;
case
CONFIG_ITEM_STRING_LIST
:
switch
(
i_lastItem
)
{
...
...
Write
Preview
Markdown
is supported
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