@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:41:44 +05:30
parent 9926a5655e
commit d8dc60a1a2
3 changed files with 7 additions and 37 deletions

View File

@@ -67,12 +67,12 @@ class Main(Gtk.Window):
def __init__(self):
try:
super(Main, self).__init__(title="Sofirem")
super(Main, self).__init__(title="BLACKBOX")
self.set_border_width(10)
self.connect("delete-event", self.on_close)
self.set_position(Gtk.WindowPosition.CENTER)
self.set_icon_from_file(os.path.join(base_dir, "images/sofirem.png"))
self.set_icon_from_file(os.path.join(base_dir, "images/snigdhaos-blackbox.png"))
self.set_default_size(1100, 900)
# ctrl+f give focus to search entry