diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-06-26 18:02:49 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-06-26 18:15:18 +0300 |
commit | 51d4e646515f7e091c88219e78e5347e69a22d32 (patch) | |
tree | a3dc88eec71cd0efdd3da8f248d22a3b7e4315e2 | |
parent | 18d9b2f5f34eb01be8316fbe1c181ace4ae97b4c (diff) | |
download | twin-style-dekorator-51d4e646515f7e091c88219e78e5347e69a22d32.tar.gz twin-style-dekorator-51d4e646515f7e091c88219e78e5347e69a22d32.zip |
Various config UI fixes
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-rw-r--r-- | client/config/configdialog.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client/config/configdialog.ui b/client/config/configdialog.ui index 3bb9950..20a75b9 100644 --- a/client/config/configdialog.ui +++ b/client/config/configdialog.ui @@ -558,7 +558,7 @@ <cstring>colorizeActFramesChkBox</cstring> </property> <property name="text"> - <string>Colrize &frames</string> + <string>Colorize &frames</string> </property> <property name="accel"> <string>Alt+F</string> @@ -593,7 +593,7 @@ <cstring>colorizeInActFramesChkBox</cstring> </property> <property name="text"> - <string>Colrize &frames</string> + <string>Colorize &frames</string> </property> <property name="accel"> <string>Alt+F</string> @@ -1760,7 +1760,7 @@ <cstring>applyThemeBtn</cstring> </property> <property name="text"> - <string>Set The&me Paths</string> + <string>&Use This Theme</string> </property> <property name="accel"> <string>Alt+M</string> @@ -1795,11 +1795,11 @@ is a guide for building such a theme. deKorator comes with: * default-theme - Used by default, illustrates some of deKorator's features. - * ugly-theme - It's purpose is to understand the way deKorator paints the - decorations. - * template-theme - this theme is meant to be a template theme for other themes,this theme features all possible buttons. * Bushido-Yellow-theme - shows how masking can be done. +Some more themes are available in the extra/ directory of the source +distribution. + ****** Names ****** deKorator expects the same directory structure and file names as the ones in default-theme. Every theme file should end with "-theme" (as in "default- @@ -1814,7 +1814,7 @@ deKorator determines the 4 borders' sizes from: |the left border width |midLeftFrameBg's width | |the right border width |midRightFrameBg's width | |the top bar height |midTitleBg's height | -|the bottom border height |midBottomFrameBg's height | +|the bottom border height |midBottomFrameBg's height | All parts that build up a specific border should be in the same width or height correspondingly. An example follows for a window decoration with a 10px high |