Rename HOkCancelPopup to HBoxPopup
This commit is contained in:
parent
2611e86517
commit
9286f54cd5
|
@ -3,7 +3,7 @@ import QtQuick.Controls 2.12
|
||||||
import QtQuick.Layouts 1.12
|
import QtQuick.Layouts 1.12
|
||||||
import "../SidePane"
|
import "../SidePane"
|
||||||
|
|
||||||
HOkCancelPopup {
|
HBoxPopup {
|
||||||
id: popup
|
id: popup
|
||||||
|
|
||||||
onAboutToShow: {
|
onAboutToShow: {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import QtQuick 2.12
|
import QtQuick 2.12
|
||||||
import "../Base"
|
import "../Base"
|
||||||
|
|
||||||
HOkCancelPopup {
|
HBoxPopup {
|
||||||
text: qsTr(
|
text: qsTr(
|
||||||
"Clear this room's messages?\n" +
|
"Clear this room's messages?\n" +
|
||||||
"The messages will only be removed on your side. " +
|
"The messages will only be removed on your side. " +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user