From: Eric Petit Date: Mon, 22 Dec 2003 00:06:05 +0000 (+0000) Subject: + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style X-Git-Tag: 0.7.0~60 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0a9aa8d0b0bbfc725183f78d6883bfc59db7d020;p=vlc + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style for sliders) --- diff --git a/modules/gui/beos/PreferencesWindow.cpp b/modules/gui/beos/PreferencesWindow.cpp index 71a95d6b39..ce521dcdf9 100644 --- a/modules/gui/beos/PreferencesWindow.cpp +++ b/modules/gui/beos/PreferencesWindow.cpp @@ -2,7 +2,7 @@ * PreferencesWindow.cpp: beos interface ***************************************************************************** * Copyright (C) 1999, 2000, 2001 VideoLAN - * $Id: PreferencesWindow.cpp,v 1.26 2003/12/21 21:30:43 titer Exp $ + * $Id: PreferencesWindow.cpp,v 1.27 2003/12/22 00:06:05 titer Exp $ * * Authors: Eric Petit * @@ -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 ); }