Diego Prado Gesto
ce7d2c36d0
Fix the width of the slider label when the number of layers was exactly
...
10, 100, 1000 and so on.
The calculation was using the maximumValue that is 9 in case we have 10
layers, since we start counting from 0 but showing from 1. Now it uses
maximumValue + 1.
2018-11-06 16:15:32 +01:00
Mark
cfcf52d7c3
Center in parent and increase width. Fits good on Mac
2018-09-05 22:05:08 +02:00
Diego Prado Gesto
a8cb1e25b4
Merge branch 'master' into fix_layer_number_width
2018-08-31 10:56:23 +02:00
Diego Prado Gesto
d1b6aa8c37
Set the focus in the upper handle in the layer view instead of in the
...
text field. That makes it easier to release the focus by clicking in the
main view and use the arrow keys to rotate the view.
2018-08-01 08:33:47 +02:00
Diego Prado Gesto
a7449ade87
When the number of layers is less than 10, the width of the TextField
...
that shows the layer number in the LayerView is too small, so this
commit adjusts the size.
2018-07-19 11:42:42 +02:00
Diego Prado Gesto
b9a94a1025
Adjust the slider label width a bit to look ok in macOS
2018-06-12 13:40:28 +02:00
Diego Prado Gesto
7cd0f57f22
Make the slider label width adjustable depending on the number of digits of
...
the total number of layers.
2018-06-12 13:32:54 +02:00
Mark
b531c0550d
Change Math.floor to Math.round as a last try to fix garbled fonts
...
CURA-4941
2018-02-14 09:28:47 +01:00
Diego Prado Gesto
98d48978a8
CURA-4526 Add the SimulationView plugin to Cura and deleting LayerView
...
plugin
2017-11-17 14:27:46 +01:00