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:
parent
4c082fd203
commit
00e2af4164
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -183,7 +183,7 @@ IconProvider
|
|||
qproperty-themeIcon: "edit-find";
|
||||
}
|
||||
|
||||
#websearchbar-searchprovider-comobobox
|
||||
#websearchbar-searchprovider-combobox
|
||||
{
|
||||
border-image: url(images/transp.png);
|
||||
padding-left: 5px;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -358,7 +358,7 @@ IconProvider
|
|||
qproperty-themeIcon: "edit-find";
|
||||
}
|
||||
|
||||
#websearchbar-searchprovider-comobobox
|
||||
#websearchbar-searchprovider-combobox
|
||||
{
|
||||
border-image: url(images/transp.png);
|
||||
qproperty-fixedwidth: 25;
|
||||
|
|
Loading…
Reference in New Issue
Block a user