chiark / gitweb /
fix ugliness of radio/checkbuttons in simple mode for wxpython 2.8
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 11 Sep 2015 20:41:08 +0000 (16:41 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 11 Sep 2015 20:45:13 +0000 (16:45 -0400)
commit66163768085d923552867871cee94c3240e5018f
tree94f645d63b9fe1ed24c4bd0f50eb235f7df2c0c6
parentcd6f8147f1f795777cb7ef78837d8baae2392bcc
fix ugliness of radio/checkbuttons in simple mode for wxpython 2.8

On wxpython 2.8, the radio/check buttons have 13 pixels in height
which makes them glued together and very ugly, adding a border to the
panel fixes it but it becomes ugly on wxpython 3.0 which uses 25 pixels
height widgets.
Cura/gui/simpleMode.py