Fixed high memory usage issue

This commit is contained in:
OTCv8
2020-01-14 01:09:33 +01:00
parent 26c347d2bc
commit 11ad766308
16 changed files with 111 additions and 37 deletions

View File

@@ -1,3 +1,23 @@
BotTabBar < MoveableTabBar
tab-spacing: 1
margin-left: 1
margin-right: 1
movable: false
height: 20
$on:
visible: true
margin-top: 2
$!on:
visible: false
margin-top: -20
BotTabBarButton < MoveableTabBarButton
padding: 3
text-horizontal-auto-resize: true
MiniWindow
id: botWindow
!text: tr('Bot')
@@ -88,24 +108,12 @@ MiniWindow
margin-left: 2
margin-right: 2
MoveableTabBar
BotTabBar
id: botTabs
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
tab-spacing: 1
margin-left: 1
margin-right: 1
height: 20
movable: false
$on:
visible: true
margin-top: 2
$!on:
visible: false
margin-top: -20
margin-right: -20
Panel
id: botPanel