mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
resize window
This commit is contained in:
parent
8c83081174
commit
26e65f7792
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ class HellowWorldGTK:
|
|||
self.wTree = gtk.glade.XML(self.gladefile,"window1")
|
||||
self.image1 = self.wTree.get_widget("orig_texture")
|
||||
|
||||
window = self.wTree.get_widget("window1")
|
||||
window.resize(1024,768)
|
||||
|
||||
# read in the IWAD texture1 lump and populate our LHS list
|
||||
self.parse_texture_file("../../textures/combined.txt")
|
||||
lhs = self.wTree.get_widget("texture_list")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue