Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Elisa
Commits
aebbe128
Commit
aebbe128
authored
Aug 27, 2020
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add side margins for player control bar's left-most and right-most buttons
parent
b260e2f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/qml/MediaPlayerControl.qml
src/qml/MediaPlayerControl.qml
+4
-0
No files found.
src/qml/MediaPlayerControl.qml
View file @
aebbe128
...
...
@@ -58,6 +58,8 @@ FocusScope {
anchors.fill
:
parent
spacing
:
0
Item
{
implicitWidth
:
Math
.
floor
(
Kirigami
.
Units
.
smallSpacing
/
2
)
}
FlatButtonWithToolTip
{
id
:
minimizeMaximizeButton
text
:
i18nc
(
"
toggle between maximized and minimized ivre
"
,
"
Toggle Maximize
"
)
...
...
@@ -357,6 +359,8 @@ FocusScope {
icon.name
:
"
application-menu
"
onClicked
:
openMenu
()
}
Item
{
implicitWidth
:
Math
.
floor
(
Kirigami
.
Units
.
smallSpacing
/
2
)
}
}
onPositionChanged
:
...
...
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