Skip to content

Commit

Permalink
added width and height
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Mar 26, 2015
1 parent 26c47eb commit f815d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dhcpgui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ from tkinter import *

root = Tk()
root.title('MAC, IP & Computer')
info_text = Text(root)
info_text = Text(root, height = 12, width = 45)
info_text.pack(fill = BOTH, expand = True)

configuration = DHCPServerConfiguration()
Expand Down

0 comments on commit f815d23

Please sign in to comment.