Skip to content

Commit

Permalink
Uneditable column headers in policy editor
Browse files Browse the repository at this point in the history
Fixes: QubesOS/qubes-issues#9061
(cherry picked from commit 415c7b1)
  • Loading branch information
alimirjamali authored and marmarek committed Jul 5, 2024
1 parent 8bc084b commit e0f8b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubes_config/policy_editor/policy_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def perform_setup(self):
self.header_buffer.set_text(HEADER_NORMAL)
self.header_view.set_show_line_numbers(True)
self.header_view.set_monospace(True)
self.header_view.set_editable(False)

self.source_viewport: Gtk.Viewport = \
self.builder.get_object('source_viewport')
Expand Down

0 comments on commit e0f8b93

Please sign in to comment.