don't highlight current line, broken in darkmode
This commit is contained in:
parent
c6edcc2d39
commit
7f9d0a3340
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@
|
||||||
<property name="show_line_numbers">True</property>
|
<property name="show_line_numbers">True</property>
|
||||||
<property name="tab_width">1</property>
|
<property name="tab_width">1</property>
|
||||||
<property name="insert_spaces_instead_of_tabs">True</property>
|
<property name="insert_spaces_instead_of_tabs">True</property>
|
||||||
<property name="highlight_current_line">True</property>
|
<property name="highlight_current_line">False</property>
|
||||||
<signal name="key_release_event" handler="keypressed"/>
|
<signal name="key_release_event" handler="keypressed"/>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue