Skip to content
Snippets Groups Projects
Commit 9d41c4e3 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Fixed SimpleMessageDialog not being laid out correctly (I think?)

parent fecf60c1
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class SimpleMessageDialog(wx.Dialog):
self.__sizer.Add(self.__message,
border=25,
proportion=1,
flag=wx.CENTRE | wx.ALL)
flag=wx.EXPAND | wx.CENTRE | wx.ALL)
self.SetTransparent(240)
self.SetBackgroundColour((225, 225, 200))
......
  • Owner

    Another update, tested on OSX, GTK, and GTK running over SSH: 4628223a

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment