1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Also adjust websearchbar

This commit is contained in:
Franz Fellner 2012-09-30 11:22:28 +02:00 committed by nowrep
parent 00d9f99f9c
commit e97e1c8746
5 changed files with 15 additions and 8 deletions

View File

@ -204,11 +204,12 @@ IconProvider
{ {
background: transparent; background: transparent;
border-image: url(images/lineedit-bg.png); border-image: url(images/lineedit-bg.png);
border-width:4; border-width: 3px;
color:black; color:black;
padding-right: 0px; padding-right: 0px;
padding-left: 0px; padding-left: 0px;
padding-top: -2px; padding-top: -2px;
padding-bottom: -2px;
qproperty-fixedheight: 27; qproperty-fixedheight: 27;
qproperty-leftMargin: 35; qproperty-leftMargin: 35;
} }

View File

@ -189,9 +189,11 @@ IconProvider
{ {
background: transparent; background: transparent;
border-image: url(images/lineedit-bg.png); border-image: url(images/lineedit-bg.png);
border-width:4; border-width: 4px;
color:black; color:black;
padding-right: -2px; padding-right: -2px;
padding-top: -2px;
padding-bottom: -2px;
qproperty-fixedheight: 25; qproperty-fixedheight: 25;
qproperty-leftMargin: 34; qproperty-leftMargin: 34;
} }

View File

@ -188,9 +188,10 @@ IconProvider
/*WebSearchBar*/ /*WebSearchBar*/
#websearchbar #websearchbar
{ {
border-width:4; border-width: 4px;
padding-right: -4px; padding-right: -4px;
padding-top: -2px; padding-top: -2px;
padding-bottom: -2px;
qproperty-fixedheight: 27; qproperty-fixedheight: 27;
qproperty-leftMargin: 30; qproperty-leftMargin: 30;
} }

View File

@ -199,9 +199,10 @@ IconProvider
{ {
background: transparent; background: transparent;
border-image: url(images/lineedit-bg.png); border-image: url(images/lineedit-bg.png);
border-width: 4; border-width: 4px;
padding-right: -4px; padding-right: -4px;
padding-top: -2px; padding-top: -2px;
padding-bottom: -2px;
color:black; color:black;
qproperty-fixedheight: 23; qproperty-fixedheight: 23;
qproperty-leftMargin: 35; qproperty-leftMargin: 35;

View File

@ -131,8 +131,8 @@ IconProvider
border-image: url(images/lineedit-bg.png); border-image: url(images/lineedit-bg.png);
border-width: 3px; border-width: 3px;
color:black; color:black;
padding-right: -4px; padding-right: -3px;
padding-left: -4px; padding-left: -3px;
padding-top: -2px; padding-top: -2px;
padding-bottom: -2px; padding-bottom: -2px;
qproperty-fixedheight: 22; qproperty-fixedheight: 22;
@ -210,9 +210,11 @@ IconProvider
{ {
background: transparent; background: transparent;
border-image: url(images/lineedit-bg.png); border-image: url(images/lineedit-bg.png);
border-width:4; border-width: 3px;
color:black; color:black;
padding-right: -4px; padding-right: -3px;
padding-top: -2px;
padding-bottom: -2px;
qproperty-fixedheight: 22; qproperty-fixedheight: 22;
qproperty-leftMargin: 30; qproperty-leftMargin: 30;
} }