Skip to content

Commit

Permalink
Changed dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Suhan committed Jan 24, 2020
1 parent 5d885c0 commit a98a28e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions objects/chatsettingswindow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import tkinter as tk
from random import choice
import string

from objects.fancyentry import FancyEntry
from objects.fancybutton import FancyButton
Expand All @@ -10,7 +8,7 @@
class ChatSettingsWindow(tk.Toplevel):
def __init__(self, parent, settings, *args, **kwargs):
tk.Toplevel.__init__(self, parent, *args, **kwargs)
self.geometry('340x110')
self.geometry('340x150')
self.title('Chat Settings')
self.settings = settings

Expand Down

0 comments on commit a98a28e

Please sign in to comment.