Skip to content
Snippets Groups Projects
Commit d99d4d45 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

xui fixes

parent 7e90fd6e
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -98,12 +98,10 @@ ...@@ -98,12 +98,10 @@
width="132"> width="132">
<columns <columns
label="Name" label="Name"
name="name" name="name" />
width="150" />
<columns <columns
label="Username" label="Username"
name="username" name="username" />
width="150" />
</scroll_list> </scroll_list>
</panel> </panel>
<panel <panel
...@@ -217,12 +215,10 @@ ...@@ -217,12 +215,10 @@
width="132"> width="132">
<columns <columns
label="Name" label="Name"
name="name" name="name" />
width="150" />
<columns <columns
label="Username" label="Username"
name="username" name="username" />
width="150" />
</scroll_list> </scroll_list>
</panel> </panel>
</tab_container> </tab_container>
......
...@@ -69,22 +69,16 @@ ...@@ -69,22 +69,16 @@
sort_column="0"> sort_column="0">
<scroll_list.columns <scroll_list.columns
name="region_label" name="region_label"
label="Label" label="Label"/>
dynamicwidth="true"
width="100" />
<scroll_list.columns <scroll_list.columns
name="region_maturity_icon" name="region_maturity_icon"
dynamicwidth="true"
width="26" /> width="26" />
<scroll_list.columns <scroll_list.columns
name="region_name" name="region_name"
label="Region" label="Region"/>
dynamicwidth="true"
width="130" />
<scroll_list.columns <scroll_list.columns
name="region_agent_count" name="region_agent_count"
label="Count" label="Count"
dynamicwidth="true" width="50" />
width="30" />
</scroll_list> </scroll_list>
</floater> </floater>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment