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
2cc0e51d
Commit
2cc0e51d
authored
Sep 08, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Dialog sizing.
parent
05704dc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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