Change installer directory "data" to "share"

refs #671
This commit is contained in:
Roland Winklmeier
2016-07-15 21:06:57 +02:00
parent 26c2117d65
commit 06d858c57f
743 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
/** style is applied to a CDockWidgetInfoBar **/
/** frameless is dynamic property**/
/** for frameless only use QDockWidget[framelessDockWidget="true"] QFrame **/
QFrame {
margin: 0px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 0px;
padding-top: 0px;
background-color: darkslategray;
background-image: url(:/textures/icons/textures/texture-outer.jpg);
border: 0px;
}