Align VM SKU label to the left to match other labels on Env tab
This commit is contained in:
Родитель
52d1c90e23
Коммит
925b70ed6c
|
@ -55,7 +55,7 @@ class EnvironmentUI(object):
|
|||
with utils.ColumnLayout(
|
||||
2, col_width=((1,100),(2,200)), row_spacing=(1,5),
|
||||
row_offset=((1, "top", 15),(2, "bottom", 20))):
|
||||
maya.text(label="Use VM SKU: ", align='right')
|
||||
maya.text(label="Use VM SKU: ", align='left')
|
||||
with utils.Dropdown(self.set_sku) as sku_settings:
|
||||
self._sku = sku_settings
|
||||
for sku in skus:
|
||||
|
|
Загрузка…
Ссылка в новой задаче