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
1ce783da
Commit
1ce783da
authored
May 02, 2014
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: update preferences intf preview
parent
29f10d48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.cpp
+2
-1
modules/gui/qt4/pixmaps/sample_complete.png
modules/gui/qt4/pixmaps/sample_complete.png
+0
-0
modules/gui/qt4/pixmaps/sample_minimal.png
modules/gui/qt4/pixmaps/sample_minimal.png
+0
-0
No files found.
modules/gui/qt4/components/preferences_widgets.cpp
View file @
1ce783da
...
...
@@ -191,7 +191,8 @@ void InterfacePreviewWidget::setPreview( enum_style e_style )
break
;
}
setPixmap
(
QPixmap
(
pixmapLocationString
)
);
setPixmap
(
QPixmap
(
pixmapLocationString
).
scaledToWidth
(
width
(),
Qt
::
SmoothTransformation
)
);
update
();
}
...
...
modules/gui/qt4/pixmaps/sample_complete.png
View replaced file @
29f10d48
View file @
1ce783da
7.75 KB
|
W:
|
H:
6.26 KB
|
W:
|
H:
2-up
Swipe
Onion skin
modules/gui/qt4/pixmaps/sample_minimal.png
View replaced file @
29f10d48
View file @
1ce783da
3.27 KB
|
W:
|
H:
3.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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