Hmm, I just tried it and the buttons were the same size for me.  Maybe
something like this will work better?

button = dialog.add_button(_("Remove Packages"), self.gtk.RESPONSE_YES)
image = self.gtk.image_new_from_stock(self.gtk.STOCK_OK, 
self.gtk.ICON_SIZE_BUTTON)
button.set_image(image)

I have no idea why the size would be different; I'd never heard of
either method changing the button size.

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to