1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

WebSearchBar: Fix typo "comobobox" -> "combobox"

This commit is contained in:
David Rosca 2018-01-28 10:52:09 +01:00
parent 4c082fd203
commit 00e2af4164
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
5 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ WebSearchBar::WebSearchBar(BrowserWindow* window)
m_buttonSearch = new WebSearchBar_Button(this);
m_boxSearchType = new ButtonWithMenu(this);
m_boxSearchType->setObjectName("websearchbar-searchprovider-comobobox");
m_boxSearchType->setObjectName("websearchbar-searchprovider-combobox");
// RTL Support
// If we don't add 'm_boxSearchType' by following code, then we should use suitable padding-left value
// but then, when typing RTL text the layout dynamically changed and within RTL layout direction

View File

@ -268,7 +268,7 @@ IconProvider
qproperty-pixmap: url(images/search-icon.png);
}
#websearchbar-searchprovider-comobobox
#websearchbar-searchprovider-combobox
{
border-image: url(images/searchbar-provider-bg.png);
padding-left:-8px;

View File

@ -183,7 +183,7 @@ IconProvider
qproperty-themeIcon: "edit-find";
}
#websearchbar-searchprovider-comobobox
#websearchbar-searchprovider-combobox
{
border-image: url(images/transp.png);
padding-left: 5px;

View File

@ -272,7 +272,7 @@ IconProvider
qproperty-pixmap: url(images/search-icon.png);
}
#websearchbar-searchprovider-comobobox
#websearchbar-searchprovider-combobox
{
border-image: url(images/searchbar-provider-bg.png);
padding-left:-11px;

View File

@ -358,7 +358,7 @@ IconProvider
qproperty-themeIcon: "edit-find";
}
#websearchbar-searchprovider-comobobox
#websearchbar-searchprovider-combobox
{
border-image: url(images/transp.png);
qproperty-fixedwidth: 25;