Various config UI fixes

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/1/head
Mavridis Philippe 3 years ago
parent 18d9b2f5f3
commit 51d4e64651
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -558,7 +558,7 @@
<cstring>colorizeActFramesChkBox</cstring>
</property>
<property name="text">
<string>Colrize &amp;frames</string>
<string>Colorize &amp;frames</string>
</property>
<property name="accel">
<string>Alt+F</string>
@ -593,7 +593,7 @@
<cstring>colorizeInActFramesChkBox</cstring>
</property>
<property name="text">
<string>Colrize &amp;frames</string>
<string>Colorize &amp;frames</string>
</property>
<property name="accel">
<string>Alt+F</string>
@ -1760,7 +1760,7 @@
<cstring>applyThemeBtn</cstring>
</property>
<property name="text">
<string>Set The&amp;me Paths</string>
<string>&amp;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

Loading…
Cancel
Save