SVN_SILENT typos-- and few contractions--
svn path=/trunk/KDE/kdebase/workspace/; revision=707210
This commit is contained in:
parent
9496209814
commit
6d98cf9bb0
4 changed files with 5 additions and 5 deletions
|
@ -168,7 +168,7 @@ void PlastikHandler::readConfig()
|
||||||
|
|
||||||
QFontMetrics fm(m_titleFont); // active font = inactive font
|
QFontMetrics fm(m_titleFont); // active font = inactive font
|
||||||
int titleHeightMin = config.readEntry("MinTitleHeight", 16);
|
int titleHeightMin = config.readEntry("MinTitleHeight", 16);
|
||||||
// The title should strech with bigger font sizes!
|
// The title should stretch with bigger font sizes!
|
||||||
m_titleHeight = qMax(titleHeightMin, fm.height() + 4); // 4 px for the shadow etc.
|
m_titleHeight = qMax(titleHeightMin, fm.height() + 4); // 4 px for the shadow etc.
|
||||||
// have an even title/button size so the button icons are fully centered...
|
// have an even title/button size so the button icons are fully centered...
|
||||||
if ( m_titleHeight%2 == 0)
|
if ( m_titleHeight%2 == 0)
|
||||||
|
@ -176,7 +176,7 @@ void PlastikHandler::readConfig()
|
||||||
|
|
||||||
fm = QFontMetrics(m_titleFontTool); // active font = inactive font
|
fm = QFontMetrics(m_titleFontTool); // active font = inactive font
|
||||||
int titleHeightToolMin = config.readEntry("MinTitleHeightTool", 13);
|
int titleHeightToolMin = config.readEntry("MinTitleHeightTool", 13);
|
||||||
// The title should strech with bigger font sizes!
|
// The title should stretch with bigger font sizes!
|
||||||
m_titleHeightTool = qMax(titleHeightToolMin, fm.height() ); // don't care about the shadow etc.
|
m_titleHeightTool = qMax(titleHeightToolMin, fm.height() ); // don't care about the shadow etc.
|
||||||
// have an even title/button size so the button icons are fully centered...
|
// have an even title/button size so the button icons are fully centered...
|
||||||
if ( m_titleHeightTool%2 == 0)
|
if ( m_titleHeightTool%2 == 0)
|
||||||
|
|
|
@ -8,7 +8,7 @@ You can Freely distribute this program under the GNU General Public
|
||||||
License. See the file "COPYING" for the exact licensing terms.
|
License. See the file "COPYING" for the exact licensing terms.
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
// read addtional window rules and add them to kwinrulesrc
|
// read additional window rules and add them to kwinrulesrc
|
||||||
|
|
||||||
#include <kconfig.h>
|
#include <kconfig.h>
|
||||||
#include <kdebug.h>
|
#include <kdebug.h>
|
||||||
|
|
|
@ -25,7 +25,7 @@ X-KDE-PluginInfo-Email=l.lunak@kde.org
|
||||||
X-KDE-PluginInfo-Name=kwin4_effect_howto
|
X-KDE-PluginInfo-Name=kwin4_effect_howto
|
||||||
# Category of the effect, for config dialog
|
# Category of the effect, for config dialog
|
||||||
X-KDE-PluginInfo-Category=Demos
|
X-KDE-PluginInfo-Category=Demos
|
||||||
# Version and licence
|
# Version and license
|
||||||
X-KDE-PluginInfo-Version=0.1.0
|
X-KDE-PluginInfo-Version=0.1.0
|
||||||
X-KDE-PluginInfo-License=GPL
|
X-KDE-PluginInfo-License=GPL
|
||||||
# If the effect depends on any other effect(s) to be active, then internal
|
# If the effect depends on any other effect(s) to be active, then internal
|
||||||
|
|
|
@ -134,7 +134,7 @@ Comment[x-test]=xxConfigure keyboard and mouse settingsxx
|
||||||
Comment[xh]=Qwalasela izicwangciso zebhodi yezitshixho neze mouse
|
Comment[xh]=Qwalasela izicwangciso zebhodi yezitshixho neze mouse
|
||||||
Comment[zh_TW]=設定鍵盤與滑鼠的設定值
|
Comment[zh_TW]=設定鍵盤與滑鼠的設定值
|
||||||
|
|
||||||
Keywords=shade,maximise,maximize,minimize,minimise,lower,operations menu,titlebar,resize
|
Keywords=shade,maximize,maximize,minimize,minimize,lower,operations menu,titlebar,resize
|
||||||
Keywords[be]=Згарнуць,Найбольшыць,Найменшыць,Змяніць памер,Меню аперацыяў,Меню дзеянняў,Загаловак,shade,maximise,maximize,minimize,minimise,lower,operations menu,titlebar,resize
|
Keywords[be]=Згарнуць,Найбольшыць,Найменшыць,Змяніць памер,Меню аперацыяў,Меню дзеянняў,Загаловак,shade,maximise,maximize,minimize,minimise,lower,operations menu,titlebar,resize
|
||||||
Keywords[bg]=Keywords=сгъване, максимизиране, минимизиране, заглавие, промяна, размер, shade, maximise, maximize, minimize, minimise, lower, operations menu, titlebar, resize
|
Keywords[bg]=Keywords=сгъване, максимизиране, минимизиране, заглавие, промяна, размер, shade, maximise, maximize, minimize, minimise, lower, operations menu, titlebar, resize
|
||||||
Keywords[ca]=plegar,maximitzar,minimitzar,passar al davant,operacions del menú, barra del títol,redimensionar
|
Keywords[ca]=plegar,maximitzar,minimitzar,passar al davant,operacions del menú, barra del títol,redimensionar
|
||||||
|
|
Loading…
Reference in a new issue