adjust Text Field label font size
This commit is contained in:
parent
8aef67d661
commit
237da453be
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef CIRCULARPROGRESS_INTERNAL_H
|
||||||
|
#define CIRCULARPROGRESS_INTERNAL_H
|
||||||
|
|
||||||
|
#endif // CIRCULARPROGRESS_INTERNAL_H
|
|
@ -9,7 +9,7 @@
|
||||||
TextFieldPrivate::TextFieldPrivate(TextField *q)
|
TextFieldPrivate::TextFieldPrivate(TextField *q)
|
||||||
: q_ptr(q),
|
: q_ptr(q),
|
||||||
label(0),
|
label(0),
|
||||||
labelFontSize(11),
|
labelFontSize(9.5),
|
||||||
showLabel(false),
|
showLabel(false),
|
||||||
useThemeColors(true)
|
useThemeColors(true)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue