Replace caret icons with chevron icons.

Chevron icons look better esp. within the combobox.
This commit is contained in:
Abdurrahman AVCI 2013-02-11 01:20:03 +00:00
parent ad2ecbcf1d
commit a00f1704b3
13 changed files with 18 additions and 11 deletions

View File

@ -92,10 +92,10 @@ Rectangle {
border.width: 1
Image {
anchors.fill: parent
anchors.margins: 2
source: "caret-down.png"
fillMode: Image.PreserveAspectFit
anchors.centerIn: parent
anchors.verticalCenterOffset: 2
source: "chevron-down.png"
scale: 0.5
}
MouseArea {

View File

@ -1,3 +1,7 @@
This theme is part of the Simple Desktop Display Manager distrubition. This theme is based QtQuick1.
caret-up and caret-down images are extracted from Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome. Background images are CC BY 3.0, Abdurrahman AVCI. QML files are MIT licensed and license headers included in each file.
chevron icons are extracted from Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome.
Background image is CC BY 3.0, Abdurrahman AVCI.
QML files are MIT licensed and license headers are included in each file.

View File

@ -104,7 +104,7 @@ FocusScope {
Image {
anchors.fill: parent
source: "caret-up.png"
source: "chevron-up.png"
fillMode: Image.PreserveAspectFit
}
@ -126,7 +126,7 @@ FocusScope {
Image {
anchors.fill: parent
source: "caret-down.png"
source: "chevron-down.png"
fillMode: Image.PreserveAspectFit
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

View File

@ -1,6 +1,9 @@
This theme is part of the Simple Desktop Display Manager distribution. This theme is based QtQuick2.
caret-up and caret-down images are extracted from Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome.
chevron icons are extracted from Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome.
rectangle.png is from KDM ariya theme.
Background image is by Dan Grady, downloaded from: http://interfacelift.com/wallpaper/details/3170/baros_maldives.html
QML files contain license headers.
QML files are MIT licensed and license headers are included in each file.

View File

@ -104,7 +104,7 @@ FocusScope {
Image {
anchors.fill: parent
source: "caret-up.png"
source: "chevron-up.png"
fillMode: Image.PreserveAspectFit
}
@ -126,7 +126,7 @@ FocusScope {
Image {
anchors.fill: parent
source: "caret-down.png"
source: "chevron-down.png"
fillMode: Image.PreserveAspectFit
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B