mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-11 02:33:43 +02:00
White text for tick delegate
This commit is contained in:
parent
4f3bf839f7
commit
c28d2daf20
@ -27,6 +27,8 @@
|
|||||||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
|
import "." 1.0
|
||||||
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: delegateItem
|
id: delegateItem
|
||||||
@ -50,7 +52,7 @@ Item {
|
|||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pixelSize: 12 * scaleRatio
|
font.pixelSize: 12 * scaleRatio
|
||||||
color: "#4A4949"
|
color: Style.defaultFontColor
|
||||||
text: {
|
text: {
|
||||||
if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString
|
if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString
|
||||||
if(currentIndex === 13) return qsTr("High") + translationManager.emptyString
|
if(currentIndex === 13) return qsTr("High") + translationManager.emptyString
|
||||||
|
Loading…
Reference in New Issue
Block a user