Tweak Emoji Picker UI.

This commit is contained in:
Black Hat 2018-08-11 13:07:44 +08:00
parent 5cd4e7f18b
commit e30c412637
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import QtQuick 2.9 import QtQuick 2.9
import QtQuick.Controls 2.2 import QtQuick.Controls 2.2
import QtQuick.Layouts 1.3 import QtQuick.Layouts 1.3
import QtQuick.Controls.Material 2.2
import QtQuick.XmlListModel 2.0 import QtQuick.XmlListModel 2.0
Popup { Popup {
@ -50,7 +51,7 @@ Popup {
Rectangle { Rectangle {
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredHeight: 2 Layout.preferredHeight: 2
color: "white" color: Material.theme == Material.Dark ? "white" : "black"
} }
ListView { ListView {