Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
KAlgebra
Commits
c5017331
Commit
c5017331
authored
Nov 11, 2015
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly specify icon name
This way we don't have material-specific names in KAlgebra
parent
9830b2c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
mobile/plugins/Plot2D.qml
mobile/plugins/Plot2D.qml
+1
-1
mobile/plugins/Plot3D.qml
mobile/plugins/Plot3D.qml
+1
-1
mobile/plugins/widgets/material/Button.qml
mobile/plugins/widgets/material/Button.qml
+1
-1
mobile/plugins/widgets/material/KAlgebraMobile.qml
mobile/plugins/widgets/material/KAlgebraMobile.qml
+2
-1
No files found.
mobile/plugins/Plot2D.qml
View file @
c5017331
...
...
@@ -46,7 +46,7 @@ KAlgebraPage
}
}
Button
{
iconName
:
"
content/
add
"
iconName
:
"
list-
add
"
onClicked
:
{
input
.
selectAll
()
view
.
addFunction
(
input
.
text
,
app
.
variables
)
...
...
mobile/plugins/Plot3D.qml
View file @
c5017331
...
...
@@ -58,7 +58,7 @@ KAlgebraPage
}
}
Button
{
iconName
:
"
content/
add
"
iconName
:
"
list-
add
"
onClicked
:
{
input
.
selectAll
()
var
err
=
view
.
addFunction
(
input
.
text
,
app
.
variables
)
...
...
mobile/plugins/widgets/material/Button.qml
View file @
c5017331
...
...
@@ -23,7 +23,7 @@ Loader
IconButton
{
Layout.minimumWidth
:
implicitWidth
*
2
Layout.minimumHeight
:
implicitHeight
*
2
iconName
:
root
.
iconName
iconName
:
rootItem
.
iconConvert
[
root
.
iconName
]
}
}
...
...
mobile/plugins/widgets/material/KAlgebraMobile.qml
View file @
c5017331
...
...
@@ -25,7 +25,8 @@ ApplicationWindow
"
adjustrgb
"
:
"
action/view_carousel
"
,
"
kspread
"
:
"
editor/format_list_numbered
"
,
"
document-properties
"
:
"
content/content_copy
"
,
"
help-about
"
:
"
action/help
"
"
help-about
"
:
"
action/help
"
,
"
list-add
"
:
"
content/add
"
}
initialPage
:
Page
{
...
...
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