Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KAlgebra
Commits
8e4a8e43
Commit
8e4a8e43
authored
Oct 19, 2020
by
Nicolas Fella
Browse files
[mobile] Remove bannerimage from drawer
We don't make use of banner images in most other apps. It also appears to be broken anyway.
parent
2b6065b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
mobile/CMakeLists.txt
View file @
8e4a8e43
add_subdirectory
(
plugins
)
qt5_add_resources
(
KALGEBRAMOBILE_SRCS resources.qrc
header.qrc
)
qt5_add_resources
(
KALGEBRAMOBILE_SRCS resources.qrc
)
add_executable
(
kalgebramobile pluginsmodel.cpp
../src/consolemodel.cpp
clipboard.cpp
...
...
mobile/header.jpg
deleted
100644 → 0
View file @
2b6065b7
17.1 KB
mobile/header.qrc
deleted
100644 → 0
View file @
2b6065b7
<RCC>
<qresource>
<file>header.jpg</file>
</qresource>
</RCC>
mobile/plugins/widgets/kde/KAlgebraMobile.qml
View file @
8e4a8e43
...
...
@@ -37,7 +37,6 @@ Kirigami.ApplicationWindow
title
:
"
KAlgebra
"
titleIcon
:
"
qrc:/kalgebra.svgz
"
bannerImageSource
:
"
qrc:/header.jpg
"
drawerOpen
:
true
Instantiator
{
...
...
Write
Preview
Supports
Markdown
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