Skip to content

Commit

Permalink
rough.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uhloofstardust committed Oct 25, 2023
1 parent cfb2f69 commit 7525e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rough.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def create_navigation_frame(self):
self.frame_3_button = self.create_nav_button(self.navigation_frame, "Frame 3", self.frame_3_button_event)

self.appearance_mode_menu = ctk.CTkOptionMenu(self.navigation_frame, values=["Light", "Dark", "System"], command=self.change_appearance_mode_event)
self.appearance_mode_menu.grid(row=6, column=0, padx=20, pady=20, sticky="s")
self.appearance_mode_menu.grid(row=1, column=0, padx=20, pady=20, sticky="s")

def create_home_frame(self):
self.home_frame = ctk.CTkFrame(self, corner_radius=0, fg_color="transparent")
Expand Down

0 comments on commit 7525e96

Please sign in to comment.