diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-24 22:48:59 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | c28d2daf20126a3293627fb250ca6356f092b130 (patch) | |
| tree | e7247d7c4629bc385b6814154ae8d1284b0b00dd /components | |
| parent | 4f3bf839f7515d5a19488f44d91e11247001de66 (diff) | |
| download | monzero-gui-c28d2daf20126a3293627fb250ca6356f092b130.tar.gz monzero-gui-c28d2daf20126a3293627fb250ca6356f092b130.tar.xz monzero-gui-c28d2daf20126a3293627fb250ca6356f092b130.zip | |
White text for tick delegate
Diffstat (limited to 'components')
| -rw-r--r-- | components/TickDelegate.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/TickDelegate.qml b/components/TickDelegate.qml index f7c14eaf..94ead579 100644 --- a/components/TickDelegate.qml +++ b/components/TickDelegate.qml @@ -27,6 +27,8 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import QtQuick 2.0 +import "." 1.0 + Item { id: delegateItem @@ -50,7 +52,7 @@ Item { font.family: "Arial" font.bold: true font.pixelSize: 12 * scaleRatio - color: "#4A4949" + color: Style.defaultFontColor text: { if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString if(currentIndex === 13) return qsTr("High") + translationManager.emptyString |
