summaryrefslogtreecommitdiff
path: root/newctrl/container_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'newctrl/container_windows.go')
-rw-r--r--newctrl/container_windows.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/newctrl/container_windows.go b/newctrl/container_windows.go
index ebe9d50..a9552cc 100644
--- a/newctrl/container_windows.go
+++ b/newctrl/container_windows.go
@@ -88,11 +88,6 @@ const (
// shared by multiple containers
marginDialogUnits = 7
paddingDialogUnits = 4
-
- // TODO move to group
- groupXMargin = 6
- groupYMarginTop = 11 // note this value /includes the groupbox label/
- groupYMarginBottom = 7
)
func (w *window) beginResize() (d *sizing) {