ui: Fixes for upcoming release
* improved comment colors in all color schemes * improved contrasts for dark color scheme * fixed error locations stay visible when activating file in single file view * removed scroll speed change listener from search autocompletion because it caused slowdown on macOS * fixed bounding rects of graph edges to contain arrow * fixed tooltip list shown with just one element
This commit is contained in:
@@ -35,10 +35,10 @@ QWidget#search_box_highlight {
|
||||
|
||||
QAbstractItemView#search_box_popup {
|
||||
background-color: <color:search/popup/background>;
|
||||
border: none;
|
||||
border: 1px solid <color:search/popup/line>;
|
||||
color: <color:search/popup/text>;
|
||||
font-family: "<setting:font_name>";
|
||||
margin: 8px 0 0;
|
||||
margin: 0;
|
||||
min-height: 26px;
|
||||
selection-background-color: <color:search/popup/highlight>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user