mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 02:30:33 +02:00
Lowering default font size to 18 for input boxes
This commit is contained in:
parent
01f7b6cbfb
commit
bfd2a63aca
@ -29,10 +29,12 @@
|
|||||||
import QtQuick.Controls 2.2
|
import QtQuick.Controls 2.2
|
||||||
import QtQuick 2.10
|
import QtQuick 2.10
|
||||||
import "." 1.0
|
import "." 1.0
|
||||||
|
import "../components"
|
||||||
|
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
font.family: Style.fontRegular.name
|
font.family: Style.fontRegular.name
|
||||||
font.pixelSize: 22
|
font.pixelSize: 18 * scaleRatio
|
||||||
font.bold: true
|
font.bold: true
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
Loading…
Reference in New Issue
Block a user