Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0a9aa8d0
Commit
0a9aa8d0
authored
Dec 22, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
for sliders)
parent
a58b4dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/beos/PreferencesWindow.cpp
modules/gui/beos/PreferencesWindow.cpp
+2
-2
No files found.
modules/gui/beos/PreferencesWindow.cpp
View file @
0a9aa8d0
...
...
@@ -2,7 +2,7 @@
* PreferencesWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: PreferencesWindow.cpp,v 1.2
6 2003/12/21 21:30:43
titer Exp $
* $Id: PreferencesWindow.cpp,v 1.2
7 2003/12/22 00:06:05
titer Exp $
*
* Authors: Eric Petit <titer@videolan.org>
*
...
...
@@ -701,7 +701,7 @@ ConfigSlider::ConfigSlider( BRect rect, int type, char * label,
type
,
configName
)
{
fSlider
=
new
BSlider
(
Bounds
(),
NULL
,
label
,
new
BMessage
(),
min
,
max
);
min
,
max
,
B_TRIANGLE_THUMB
);
AddChild
(
fSlider
);
}
...
...
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