CHanged label so it fits into the button
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@243 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -63,7 +63,7 @@ class MokoWindow(gtk.Window):
|
|||||||
#Add two buttons at the bottom of the window
|
#Add two buttons at the bottom of the window
|
||||||
hbox = gtk.HBox(True, 5)
|
hbox = gtk.HBox(True, 5)
|
||||||
if self.predecessor is None:
|
if self.predecessor is None:
|
||||||
btnBack = gtk.Button("Abbrechen")
|
btnBack = gtk.Button("Abbruch")
|
||||||
else:
|
else:
|
||||||
btnBack = gtk.Button(u"Zurück")
|
btnBack = gtk.Button(u"Zurück")
|
||||||
btnBack.set_size_request(150, 75)
|
btnBack.set_size_request(150, 75)
|
||||||
|
|||||||
Reference in New Issue
Block a user