chiark / gitweb /
IntCtrl needs 28 pixels, so fix the size so it doesn't get cropped in temperature...
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 10 Sep 2015 21:00:56 +0000 (17:00 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 10 Sep 2015 21:00:56 +0000 (17:00 -0400)
Cura/gui/printWindow.py

index a39cc459092da95cda11a90de60c14bd70c41d74..92b5c7cea71edbb9173c22452770318420732c78 100644 (file)
@@ -953,7 +953,7 @@ class TemperatureField(wx.Panel):
 
                self.text = IntCtrl(self, -1)
                self.text.SetBounds(0, 300)
-               self.text.SetSize((60, 25))
+               self.text.SetSize((60, 28))
 
                self.unit = wx.StaticBitmap(self, -1, wx.BitmapFromImage(wx.Image(
                                resources.getPathForImage('print-window-temperature-unit.png'))), (0, 0))