Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
457
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
1e4ac1a2
Commit
1e4ac1a2
authored
4 years ago
by
Prince Gupta
Committed by
Pierre Lamot
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: increase border width of GridItems
Signed-off-by:
Pierre Lamot
<
pierre@videolabs.io
>
parent
fd396035
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#54479
passed with stages
in 23 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/style/VLCStyle.qml
+3
-3
3 additions, 3 deletions
modules/gui/qt/style/VLCStyle.qml
with
3 additions
and
3 deletions
modules/gui/qt/style/VLCStyle.qml
+
3
−
3
View file @
1e4ac1a2
...
...
@@ -149,15 +149,15 @@ Item {
property
int
gridCover_network_width
:
colWidth
(
1
)
property
int
gridCover_network_height
:
gridCover_network_width
property
int
gridCover_network_border
:
dp
(
2
,
scale
)
property
int
gridCover_network_border
:
dp
(
3
,
scale
)
property
int
gridCover_music_width
:
colWidth
(
1
)
property
int
gridCover_music_height
:
gridCover_music_width
property
int
gridCover_music_border
:
dp
(
2
,
scale
)
property
int
gridCover_music_border
:
dp
(
3
,
scale
)
property
int
gridCover_video_width
:
colWidth
(
2
)
property
int
gridCover_video_height
:
(
gridCover_video_width
*
10.0
)
/
16
property
int
gridCover_video_border
:
dp
(
3
,
scale
)
property
int
gridCover_video_border
:
dp
(
4
,
scale
)
property
int
gridCover_video_width_large
:
dp
(
406
,
scale
)
property
int
gridCover_video_height_large
:
(
gridCover_video_width_large
*
10.0
)
/
16
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment