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
aea47494
Commit
aea47494
authored
Apr 16, 2013
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: AboutDialog: fix font height
parent
23734be0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
41 deletions
+60
-41
modules/gui/qt4/ui/about.ui
modules/gui/qt4/ui/about.ui
+60
-41
No files found.
modules/gui/qt4/ui/about.ui
View file @
aea47494
...
...
@@ -48,44 +48,7 @@
background-color: rgb(245, 245, 245);
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
rowspan=
"6"
>
<widget
class=
"QLabel"
name=
"VLCcone"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Minimum"
vsizetype=
"Minimum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
247
</width>
<height>
300
</height>
</size>
</property>
<property
name=
"autoFillBackground"
>
<bool>
false
</bool>
</property>
<property
name=
"lineWidth"
>
<number>
0
</number>
</property>
<property
name=
"text"
>
<string/>
</property>
<property
name=
"textFormat"
>
<enum>
Qt::PlainText
</enum>
</property>
<property
name=
"pixmap"
>
<pixmap>
:/logo/vlc256.png
</pixmap>
</property>
<property
name=
"scaledContents"
>
<bool>
false
</bool>
</property>
<property
name=
"margin"
>
<number>
20
</number>
</property>
</widget>
</item>
<item
row=
"2"
column=
"2"
rowspan=
"4"
>
<item
row=
"3"
column=
"2"
rowspan=
"4"
>
<widget
class=
"QStackedWidget"
name=
"stackedWidget"
>
<property
name=
"lineWidth"
>
<number>
0
</number>
...
...
@@ -210,7 +173,44 @@ background-color: rgb(245, 245, 245);</string>
</widget>
</widget>
</item>
<item
row=
"0"
column=
"2"
>
<item
row=
"1"
column=
"0"
rowspan=
"6"
>
<widget
class=
"QLabel"
name=
"VLCcone"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Minimum"
vsizetype=
"Minimum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
247
</width>
<height>
300
</height>
</size>
</property>
<property
name=
"autoFillBackground"
>
<bool>
false
</bool>
</property>
<property
name=
"lineWidth"
>
<number>
0
</number>
</property>
<property
name=
"text"
>
<string/>
</property>
<property
name=
"textFormat"
>
<enum>
Qt::PlainText
</enum>
</property>
<property
name=
"pixmap"
>
<pixmap>
:/logo/vlc256.png
</pixmap>
</property>
<property
name=
"scaledContents"
>
<bool>
false
</bool>
</property>
<property
name=
"margin"
>
<number>
20
</number>
</property>
</widget>
</item>
<item
row=
"1"
column=
"2"
>
<widget
class=
"QLabel"
name=
"title"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Preferred"
>
...
...
@@ -224,15 +224,21 @@ background-color: rgb(245, 245, 245);</string>
<height>
40
</height>
</size>
</property>
<property
name=
"baseSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
margin-top: 10px
</string
>
<string
notr=
"true"
/
>
</property>
<property
name=
"text"
>
<string>
<
html
><
head/
><
body
><
p
><
span style=
"
font-size:26pt; color:#353535;
">
VLC media player
<
/span
><
/p
><
/body
><
/html
>
</string>
</property>
</widget>
</item>
<item
row=
"
1
"
column=
"2"
>
<item
row=
"
2
"
column=
"2"
>
<widget
class=
"QLabel"
name=
"version"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Minimum"
vsizetype=
"Maximum"
>
...
...
@@ -252,6 +258,19 @@ margin-bottom: 6px;</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"2"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
0
</width>
<height>
10
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
...
...
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