diff options
| author | Jeff Carr <[email protected]> | 2019-06-04 14:09:17 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-04 14:09:17 -0700 |
| commit | 37f571c45bf324103eacb5da2ab1d57fc617d73b (patch) | |
| tree | 653992e858962ef7283a23751181b503aac1af6d | |
| parent | 4e762ca3c87ec8a3a3df322e4e4b7009f8fe2a28 (diff) | |
never change the ui.Tab Margined() values
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | box.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ func add(box *GuiBox, newbox *GuiBox) { // TODO: allow passing where to append // newbox.Window.UiTab.InsertAt(newbox.Name, 0, newbox.UiBox) newbox.Window.UiTab.Append(newbox.Name, newbox.UiBox) - newbox.Window.UiTab.SetMargined(0, true) + // newbox.Window.UiTab.SetMargined(0, true) // TODO: figure out how to make a new Tab/Window/Box here // window := InitGuiWindow(Data.Config, newbox.Name, gw.MakeWindow, gw.UiWindow, gw.UiTab) |
