I'm working on a project where I use the Gtk.MessageDialog to get user input.
Now, it works, but there is one thing I'd like to change, and that is where the caption text is positioned within the dialog.
Here's what it looks like right now:
I was wondering if I could move it down slightly so it looks more like this:
It's not a massive change, but I think it looks a little bit better.
Is this possible?