add clipcircle.png

This commit is contained in:
erinn 2020-07-14 15:24:16 -07:00
parent bd31ce4d7d
commit fbc2f10289
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@ import QtQuick 2.7
import QtQuick.Controls 2.13
import "theme"
/*!
\qmltype TextField
\inqmlmodule Opaque
\inherits QtQuick::Item
\index Index
\brief Basic single-line text input box.
For example:
*/
TextField {
color: Theme.mainTextColor
font.pointSize: 10 * gcd.themeScale

BIN
images/clipcircle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB