Comma separated list of custom style sheet files in $CADENAS_SETUP/styles
.
Under $CADENAS_SETUP/styles
, the default.css
file is used for the GUI style.
The GUI style can be easily adjusted.
Under $CADENAS_SETUP/partsol.cfg
-> Block [PARTdataManager] -> Key STYLESHEETS state the desired CSS file. Styles will be appended to the default style.
If just the file name and no path is given the application attempts to find the file in the "$CADENAS_SETUP/styles
" directory. Have a look there for some examples.
[PARTdataManager] STYLESHEETS=default.css,custom.css
Just as well you can specify an absolute path.
Find relevant keys in the css file
In order to ease finding relevant keys enable the following docking windows:
Under
$CADENAS_USER
create a file nameddebug.cfg
with the following content:[PDEBUG] showDebugMenu=1 showWidgetTree=1 showExportPath=1
-> The mouse cursor turns into a red circle.
-> The element is marked with bold font in the docking GUI Elements tree [GUI element tree].
You can perform changes in the GUI Stylesheet [GUI stylesheet] docking window.