justify hostname to the left
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user