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
2cc0e51d
Commit
2cc0e51d
authored
Sep 08, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Dialog sizing.
parent
05704dc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/gui/qt4/components/infopanels.cpp
modules/gui/qt4/components/infopanels.cpp
+1
-1
modules/gui/qt4/dialogs/mediainfo.cpp
modules/gui/qt4/dialogs/mediainfo.cpp
+1
-1
No files found.
modules/gui/qt4/components/infopanels.cpp
View file @
2cc0e51d
...
...
@@ -126,7 +126,7 @@ MetaPanel::MetaPanel( QWidget *parent,
nowplaying_text
->
setReadOnly
(
true
);
ADD_META_2
(
VLC_META_PUBLISHER
,
publisher_text
);
ADD_META_2
(
VLC_META_COPYRIGHT
,
copyright_text
);
ADD_META_2
(
"Comments
:
"
,
description_text
);
ADD_META_2
(
"Comments"
,
description_text
);
/* useless metadata */
...
...
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
2cc0e51d
...
...
@@ -48,7 +48,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf, bool _mainInput,
b_need_update
=
true
;
setWindowTitle
(
qtr
(
"Media information"
)
);
resize
(
600
,
30
0
);
resize
(
600
,
48
0
);
/* TabWidgets and Tabs creation */
IT
=
new
QTabWidget
;
...
...
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