acceptable-smartphone-30669
02/04/2021, 11:08 PMacceptable-smartphone-30669
02/04/2021, 11:30 PMwidth="100%" in the xml, the menubar disappearsacceptable-smartphone-30669
02/05/2021, 12:20 AMmost-caravan-45834
02/05/2021, 1:01 AMcss
tabview.lobbyTabBarContent tabbar button {
font-size: 12px;
}most-caravan-45834
02/05/2021, 1:05 AMmost-caravan-45834
02/05/2021, 1:06 AMbright-gpu-74537
02/05/2021, 6:57 AMbright-gpu-74537
02/05/2021, 6:57 AMbright-gpu-74537
02/05/2021, 6:58 AMbright-gpu-74537
02/05/2021, 6:59 AMbright-gpu-74537
02/05/2021, 7:13 AMbright-gpu-74537
02/05/2021, 7:13 AMbright-gpu-74537
02/05/2021, 7:14 AMbright-gpu-74537
02/05/2021, 7:14 AMhaxe
<?xml version="1.0" encoding="utf-8" ?>
<tabview>
<vbox text="crashy table">
<tableview width="100%">
<header width="100%">
<column id="colA" text="a"/>
<column id="colB" text="b" />
<column id="colC" text="c" />
</header>
<data>
<item colA="1" colB="2" colC="3" />
</data>
</tableview>
</vbox>
</tabview>bright-gpu-74537
02/05/2021, 7:15 AM<tableview width="100%">... 100% of what? the vbox is autosized, and so is the tabview... they would also need to be % (or a fixed width) in order for the layout to be able to calculate 100% of itbright-gpu-74537
02/05/2021, 7:20 AMbright-gpu-74537
02/05/2021, 7:21 AMbright-gpu-74537
02/05/2021, 7:53 AMbright-gpu-74537
02/05/2021, 7:54 AMbright-gpu-74537
02/05/2021, 7:56 AMbright-gpu-74537
02/05/2021, 8:19 AMbright-gpu-74537
02/05/2021, 8:39 AMacceptable-smartphone-30669
02/05/2021, 10:45 AMmost-caravan-45834
02/05/2021, 6:50 PMmost-caravan-45834
02/05/2021, 9:03 PMcss
tabview.lobbyTabBarContent .tabbar .button {
font-size: 12px;
background-image: none;
background-color: black;
background-opacity: 0;
border: 2px solid black;
}
tabview.lobbyTabBarContent .tabbar .tabbar-button-selected {
background-opacity: 0.3;
border-bottom-width: 0px;
}
tabview.lobbyTabBarContent .tabbar {
border-bottom-width: 2px;
border-bottom-color: black;
}
tabview.lobbyTabBarContent .tabview-content {
opacity: 0;
}
Do you think it's possible for me to make that 1px border on the top become a 2px border and just to the right of the tab buttons?bright-gpu-74537
02/05/2021, 9:19 PMbright-gpu-74537
02/05/2021, 9:20 PMbright-gpu-74537
02/05/2021, 9:20 PMbright-gpu-74537
02/05/2021, 9:27 PMmost-caravan-45834
02/05/2021, 10:55 PM