# # # patch "src/view/widgets/SearchInput.cpp" # from [e46ad9c696ada33e34da30344acca3ac7cdf66ff] # to [04cdba51d28e93f396c29c7d33e9896c1460259f] # ============================================================ --- src/view/widgets/SearchInput.cpp e46ad9c696ada33e34da30344acca3ac7cdf66ff +++ src/view/widgets/SearchInput.cpp 04cdba51d28e93f396c29c7d33e9896c1460259f @@ -37,7 +37,7 @@ SearchInput::SearchInput(QWidget * paren setStyleSheet( "QLineEdit { " " border: 1px solid palette(dark); " - " border-radius: 10px; " + " border-radius: 9px; " " padding: 0 20px 0 16px; " " selection-background-color: palette(dark); " " background: url(:/images/search.svg) no-repeat left center; "