Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
GUI Improvements for Process Custom Priority window
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Jul 11, 2023
1 parent 331e52a commit 1e6dbe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ProcessesCustomPriorityGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ def __init__(self):
self.button2101w2.connect("clicked", self.on_button2101w2_clicked)
self.button2102w2.connect("clicked", self.on_button2102w2_clicked)

# Show min and max values of the Scale
self.scale2101w2.add_mark(-20, Gtk.PositionType.BOTTOM, "-20")
self.scale2101w2.add_mark(19, Gtk.PositionType.BOTTOM, "19")


# ----------------------- Called for running code/functions when window is closed -----------------------
def on_window2101w2_delete_event(self, widget, event):
Expand Down

0 comments on commit 1e6dbe4

Please sign in to comment.