justify hostname to the left

This commit is contained in:
UpstreamData
2022-05-05 12:12:10 -06:00
parent 1b22810f4b
commit ac3ff7a63e

View File

@@ -10,12 +10,14 @@ from tools.cfg_util.cfg_util_qt.scan import scan_miners
from network import MinerNetwork from network import MinerNetwork
from tools.cfg_util.cfg_util_qt.layout import window from tools.cfg_util.cfg_util_qt.layout import window
import tkinter as tk
sg.set_options(font=("Liberation Mono", 10)) sg.set_options(font=("Liberation Mono", 10))
async def main(): async def main():
window.read(0) window.read(0)
window["scan_table"].Widget.column(2, anchor=tk.W)
# tree = window["command_table"] # tree = window["command_table"]
# tree_widget = tree.Widget # tree_widget = tree.Widget
# index = 0 # index = 0