Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Add-ons
Commits
eac9c330
Commit
eac9c330
authored
Sep 21, 2022
by
Ömer Fadıl Usta
😊
Committed by
Nate Graham
Sep 22, 2022
Browse files
[applets/notes] Show Font Toolbar just in editing mode
Normally whole credit has to go
@ngraham
:) (cherry picked from commit
4353fcb1
)
parent
60fe5fb8
Pipeline
#235679
failed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
applets/notes/package/contents/ui/main.qml
View file @
eac9c330
...
...
@@ -413,7 +413,7 @@ PlasmaCore.SvgItem {
left
:
parent
.
left
right
:
parent
.
right
}
height
:
visible
?
implicitHeight
:
0
visible
:
opacity
>
0
opacity
:
focusScope
.
activeFocus
?
1
:
0
Behavior
on
opacity
{
NumberAnimation
{
duration
:
PlasmaCore
.
Units
.
longDuration
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment