Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Buho
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KDE
Buho
Commits
d6ec6c3d
Commit
d6ec6c3d
authored
Oct 03, 2019
by
camilo higuita
Browse files
Options
Browse Files
Download
Plain Diff
bringing up to date
parents
09000800
375480f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
buho.pro
buho.pro
+0
-7
main.qml
main.qml
+0
-3
src/views/links/LinksView.qml
src/views/links/LinksView.qml
+1
-0
No files found.
buho.pro
View file @
d6ec6c3d
...
...
@@ -14,17 +14,10 @@ TEMPLATE = app
DESTDIR
=
$$
OUT_PWD
/
linux
:
unix
:
!
android
{
message
(
Building
for
Linux
KDE
)
QT
+=
webengine
LIBS
+=
-
lMauiKit
}
else
:
android
{
message
(
Building
helpers
for
Android
)
QT
+=
androidextras
webview
include
(
$$
PWD
/
3
rdparty
/
openssl
/
openssl
.
pri
)
include
(
$$
PWD
/
3
rdparty
/
kirigami
/
kirigami
.
pri
)
include
(
$$
PWD
/
3
rdparty
/
mauikit
/
mauikit
.
pri
)
...
...
main.qml
View file @
d6ec6c3d
...
...
@@ -90,9 +90,6 @@ Maui.ApplicationWindow
]
}
// headBar.colorScheme.borderColor: Qt.darker(accentColor, 1.4)
// headBar.implicitHeight: Maui.Style.toolBarHeight * 1.5
Rectangle
{
z
:
999
...
...
src/views/links/LinksView.qml
View file @
d6ec6c3d
...
...
@@ -23,6 +23,7 @@ Maui.Page
headBar.visible
:
!
cardsView
.
holder
.
visible
padding
:
Maui
.
Style
.
space
.
big
title
:
cardsView
.
count
+
"
links
"
headBar.leftContent
:
[
ToolButton
...
...
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