TabWidget has a white border

Find and share HowTos to various installations / configurations!
1 post • Page 1 of 1
eivanovic
Posts:78
Joined: Wed Sep 03, 2014 2:35 pm

TabWidget has a white border

Post by eivanovic »

How to avoid a white boarder on the WinCC OA tabwidget (see attached picture)?

Solution:

With this CSS syntax the stylesheet.css (located in VersionPath / config directory) could be extended to change the white boarder to a color of your choice.

QTabWidget::pane { /* The tab widget frame */

border: 1px solid #C4C4C3;

}


Image

1 post • Page 1 of 1