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
81d2d57e
Commit
81d2d57e
authored
Apr 06, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
parent
4e9d548b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/wxwindows/preferences.cpp
modules/gui/wxwindows/preferences.cpp
+2
-2
No files found.
modules/gui/wxwindows/preferences.cpp
View file @
81d2d57e
...
...
@@ -2,7 +2,7 @@
* preferences.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2004 VideoLAN
* $Id
: preferences.cpp,v 1.48 2004/02/26 00:23:04 gbazin Exp
$
* $Id$
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -769,7 +769,7 @@ PrefsPanel::PrefsPanel( wxWindow* parent, intf_thread_t *_p_intf,
/* Now put all the config options into a scrolled window */
config_sizer
=
new
wxBoxSizer
(
wxVERTICAL
);
config_window
=
new
wxScrolledWindow
(
this
,
-
1
,
wxDefaultPosition
,
wxDefaultSize
,
wx
STATIC_BORDER
|
wxHSCROLL
|
wxVSCROLL
);
wxDefaultSize
,
wx
BORDER_NONE
|
wxHSCROLL
|
wxVSCROLL
);
config_window
->
SetAutoLayout
(
TRUE
);
config_window
->
SetScrollRate
(
5
,
5
);
...
...
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