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
Steve Lhomme
VLC
Commits
0a9aa8d0
Commit
0a9aa8d0
authored
Dec 22, 2003
by
Eric Petit
Browse files
+ beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
for sliders)
parent
a58b4dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
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/2
1 21:30:43
titer Exp $
* $Id: PreferencesWindow.cpp,v 1.2
7
2003/12/2
2 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
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