Disallow re-ordering S IT DOWNS'T ALIGN WWITH ARRAY ACCESSES

This commit is contained in:
Tristan B. Kildaire 2020-10-23 17:00:04 +02:00
parent 77575c6ff1
commit 3b22f095bb
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public final class Connection : Thread
te();
box = getChatPane();
gui.notebook.add(box);
gui.notebook.setTabReorderable(box, true);
//gui.notebook.setTabReorderable(box, true);
//gui.notebook setChildPacking(box, true, true, 0, GtkPackType.START);
// gui.mainWindow.
gui.notebook.setTabLabelText(box, auth[0]~"@"~address.toString());