remove old highlightingdialog
This commit is contained in:
@@ -19,7 +19,7 @@ class NewHighlightingDialog(QDialog):
|
||||
super(NewHighlightingDialog, self).__init__()
|
||||
self.setWindowTitle(_("Manage Highlighting"))
|
||||
self.setModal(True)
|
||||
self.setMinimumWidth(700)
|
||||
self.setMinimumWidth(720)
|
||||
self.setMinimumHeight(600)
|
||||
self._settings = settings
|
||||
|
||||
@@ -117,7 +117,8 @@ class NewHighlightingDialog(QDialog):
|
||||
self.list.setCurrentItem(item)
|
||||
|
||||
def _new_highlighter(self):
|
||||
highlight_regex = HighlightRegex("", ignore_case=True, is_regex=True, hit_background_color="ccb400")
|
||||
highlight_regex = HighlightRegex("", ignore_case=True, is_regex=True, hit_background_color="ccb400",
|
||||
line_background_color="fff080")
|
||||
self._add_highlight_regex_to_list(highlight_regex, select=True)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user