mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 07:08:07 +00:00
fix(ui): remove tabs!!!
This commit is contained in:
parent
e059e36d87
commit
63230fc052
2 changed files with 9 additions and 9 deletions
|
|
@ -17,6 +17,6 @@ QtObject {
|
|||
property QtObject message: QtObject {
|
||||
property color color: Colors.h
|
||||
property int fontSize: 10
|
||||
property real topPadding: 10
|
||||
property int topPadding: 10
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Window {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
function _exit (cb) {
|
||||
incall.showNormal()
|
||||
incall.showNormal()
|
||||
incall.close()
|
||||
|
||||
if (cb) {
|
||||
|
|
@ -36,10 +36,10 @@ Window {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
onVisibilityChanged: {
|
||||
if (sFullScreen && visibility === Window.Windowed) {
|
||||
incall.showFullScreen()
|
||||
sFullScreen = false
|
||||
}
|
||||
if (sFullScreen && visibility === Window.Windowed) {
|
||||
incall.showFullScreen()
|
||||
sFullScreen = false
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
@ -57,9 +57,9 @@ Window {
|
|||
focus: true
|
||||
|
||||
Keys.onEscapePressed: {
|
||||
incall.showNormal()
|
||||
incall.close()
|
||||
}
|
||||
incall.showNormal()
|
||||
incall.close()
|
||||
}
|
||||
|
||||
Loader {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue