Hi
I tried to build a small example and this is the result i got.
first i generate a new project with cmd
Code:
>sencha -sdk "D:\sencha cmd\Sencha\ext-4.2.0.663" generate app Myapp "D:\sencha cmd\myapp"
then i changed the "sencha.cfg" to get neptune theme
Code:
app.theme=ext-theme-neptune
then i ran
Code:
>sencha app refresh
>sencha app build
then this is the result i get
Capture1.PNG
when i run index.html from "build/Myapp/production" result is tabpanel's left border is missing.
Capture2.PNG
is it something im doing wrong or something wrong with sencha cmd?
Regards