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
68324dd8
Commit
68324dd8
authored
Nov 29, 2007
by
Christophe Mutricy
Browse files
No need to have overlay twice in the preferences
parent
12efc09f
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/simple_preferences.cpp
View file @
68324dd8
...
...
@@ -170,7 +170,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"video-on-top"
,
Bool
,
NULL
,
alwaysOnTop
);
CONFIG_GENERIC
(
"video-deco"
,
Bool
,
NULL
,
windowDecorations
);
CONFIG_GENERIC
(
"skip-frames"
,
Bool
,
NULL
,
skipFrames
);
CONFIG_GENERIC
(
"overlay"
,
Bool
,
NULL
,
overlay
);
CONFIG_GENERIC
(
"vout"
,
Module
,
NULL
,
outputModule
);
#ifdef WIN32
...
...
modules/gui/qt4/ui/sprefs_video.ui
View file @
68324dd8
...
...
@@ -102,16 +102,6 @@
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QCheckBox" name="overlay" >
<property name="text" >
<string>_("Overlay")</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
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