mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
parent
f306ecebfe
commit
6d8cee9541
@ -32,7 +32,6 @@ Popup {
|
|||||||
verticalOffset: 3
|
verticalOffset: 3
|
||||||
radius: 8
|
radius: 8
|
||||||
samples: 15
|
samples: 15
|
||||||
fast: true
|
|
||||||
cached: true
|
cached: true
|
||||||
color: "#22000000"
|
color: "#22000000"
|
||||||
}
|
}
|
||||||
@ -201,7 +200,7 @@ Popup {
|
|||||||
|
|
||||||
onOpened: {
|
onOpened: {
|
||||||
searchBox.text = ""
|
searchBox.text = ""
|
||||||
searchBox.forceActiveFocus(Qt.MouseFocusReason)
|
searchBox.input.edit.forceActiveFocus()
|
||||||
Qt.callLater(populateCategories);
|
Qt.callLater(populateCategories);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Column {
|
|||||||
id: root
|
id: root
|
||||||
spacing: 8
|
spacing: 8
|
||||||
property alias gifList: repeater
|
property alias gifList: repeater
|
||||||
property var gifWidth: 0
|
property int gifWidth: 0
|
||||||
property var store
|
property var store
|
||||||
property var gifSelected: function () {}
|
property var gifSelected: function () {}
|
||||||
property var toggleFavorite: function () {}
|
property var toggleFavorite: function () {}
|
||||||
|
@ -52,11 +52,10 @@ Popup {
|
|||||||
color: Style.current.background
|
color: Style.current.background
|
||||||
border.color: Style.current.border
|
border.color: Style.current.border
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
layer.effect: DropShadow{
|
layer.effect: DropShadow {
|
||||||
verticalOffset: 3
|
verticalOffset: 3
|
||||||
radius: 8
|
radius: 8
|
||||||
samples: 15
|
samples: 15
|
||||||
fast: true
|
|
||||||
cached: true
|
cached: true
|
||||||
color: "#22000000"
|
color: "#22000000"
|
||||||
}
|
}
|
||||||
@ -64,7 +63,7 @@ Popup {
|
|||||||
|
|
||||||
onOpened: {
|
onOpened: {
|
||||||
searchBox.text = ""
|
searchBox.text = ""
|
||||||
searchBox.forceActiveFocus(Qt.MouseFocusReason)
|
searchBox.input.edit.forceActiveFocus()
|
||||||
if (RootStore.isTenorWarningAccepted) {
|
if (RootStore.isTenorWarningAccepted) {
|
||||||
RootStore.getTrendingsGifs()
|
RootStore.getTrendingsGifs()
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user