Add tab-spacing tag to MoveableTabBars

This commit is contained in:
TheSumm
2015-04-20 03:32:18 +02:00
parent f936ab9aab
commit 8e5bbcd3a1
3 changed files with 8 additions and 5 deletions

View File

@@ -105,7 +105,6 @@ function init()
consoleContentPanel = consolePanel:getChildById('consoleContentPanel')
consoleTabBar = consolePanel:getChildById('consoleTabBar')
consoleTabBar:setContentWidget(consoleContentPanel)
consoleTabBar:setTabSpacing(-1)
channels = {}
consolePanel.onKeyPress = function(self, keyCode, keyboardModifiers)

View File

@@ -81,7 +81,8 @@ Panel
margin-left: 5
margin-top: 3
margin-right: 5
moveable: true
tab-spacing: 2
movable: true
TabButton
id: nextChannelButton