custom panel for breeze-dark

having a light border, breeze-dark needs the panel margins to be
rebalanced by one pixel in order to appear really centered.
This is specific for the dark version, because the light version has the border
almost invisible, therefore a different visual balance

Change-Id: Ic7dbf250d2e1b9b269b4990c27a42a06605d5066
This commit is contained in:
Marco Martin 2014-10-30 16:07:39 +01:00
parent 81b25be5c5
commit e38e2eb0a7
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
install(FILES colors metadata.desktop DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/)
FILE(GLOB translucent_widgets translucent/widgets/*.svgz)
install( FILES ${translucent_widgets} DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/translucent/widgets/ )