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
Maui
Pix
Commits
e3b3c201
Commit
e3b3c201
authored
Jul 29, 2019
by
camilo higuita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes
parent
7869df9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/widgets/views/Viewer/PixViewer.qml
src/widgets/views/Viewer/PixViewer.qml
+3
-0
No files found.
src/widgets/views/Viewer/PixViewer.qml
View file @
e3b3c201
...
...
@@ -124,8 +124,11 @@ Maui.Page
ToolButton
{
Kirigami.Theme.inherit
:
false
Kirigami.Theme.highlightColor
:
"
#ff5a86
"
icon.name
:
"
love
"
// colorScheme.highlightColor: "#ff557f";
checked
:
pixViewer
.
currentPicFav
icon.color
:
pixViewer
.
currentPicFav
?
Kirigami
.
Theme
.
highlightColor
:
Kirigami
.
Theme
.
textColor
onClicked
:
pixViewer
.
currentPicFav
=
VIEWER
.
fav
([
pixViewer
.
currentPic
.
url
])
},
...
...
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