Commit graph

15 commits

Author SHA1 Message Date
John Lewin
6d1017b07e Revise TagContainer styling, stop editing on layer change 2018-04-04 17:54:11 -07:00
John Lewin
7aba4267c0 Release event listeners on close
- Issue MatterHackers/MCCentral#3016
Switching colors leaks GuiWidgets
2018-04-02 12:59:18 -07:00
John Lewin
2ca524e705 Use rounded corners in HorizontalTags 2018-03-30 11:36:04 -07:00
John Lewin
b3a42370ab Move currentLayerInfo values into 1 based domain
- Add 1 on set value, subtract 1 on value set
- Issue MatterHackers/MCCentral#2994
Bottom of scroll bar says "1", and text bar shows "0"
2018-03-29 18:26:00 -07:00
John Lewin
69c849e5bb Add HorizontalTag for custom arrow style
- Issue MatterHackers/MCCentral#3002
Layer indicator should have arrow pill background, use small font
2018-03-29 18:00:20 -07:00
John Lewin
1f5a2c71d2 Remove hard-coded black, use theme color for layer text box
- Issue MatterHackers/MCCentral#3003
Layer textbox should use theme font color

- Issue MatterHackers/MCCentral#3001
InlineEditControl always forces text to black
2018-03-29 18:00:19 -07:00
John Lewin
0ea65aebd2 Keep layer textbox vertically aligned with scrollbar thumb
- Issue MatterHackers/MCCentral#2998
Layer textbox should stay vertically aligned with scrollbar thumb
2018-03-29 18:00:19 -07:00
John Lewin
e7d1fdeb95 Improve size/position of input field to prevent overlapping target
Reduce widget size, make right aligned with right margin equal to
target width

- Issue MatterHackers/MCCentral#2993
Can't grab scroll bar button in layer view
2018-03-29 18:00:18 -07:00
John Lewin
7f7076df5a Add workaround to prevent collapse
- Issue MatterHackers/MCCentral#2836
Layer indicator missing from GCode scollbar
2018-02-15 09:02:49 -08:00
John Lewin
b4c241a754 Remove redundant cast 2018-02-15 08:56:46 -08:00
John Lewin
ebea5a5bdb Remove extra scaling, special styling, for touchscreen
- Issue MatterHackers/MCCentral#2334
Create folder is not open to right size
2017-12-11 21:09:40 -08:00
John Lewin
d43007b213 Roundtrip SliceLayerSelector position on ReloadAll 2017-11-29 17:54:17 -08:00
John Lewin
06e957d7b9 Rename ValueDisplayInfo -> InlineEditControl
- Issue MatterHackers/MCCentral#2201
Consider renaming ValueDisplayInfo to better describe behavior
2017-11-08 23:25:06 -08:00
Lars Brubaker
359784877f Unify Vector2 3 and 4 to have upper case field members 2017-10-31 12:53:46 -07:00
John Lewin
06a0684a93 Extract layer slider components to custom control
- Much easier to center layer counts to vertical slider
- Fix incorrect layer positions
- Abstract details from main control, expose only minimal complexity
- Issue MatterHackers/MCCentral#2114
Only 3 of 4 layers shown, no change between layers 1 and 2
2017-10-21 20:23:34 -07:00