Update client info page UI to account for added column

This commit is contained in:
Adam Honse 2025-07-04 02:15:19 -05:00
parent 5aaadf4e5a
commit 458e30e2be

View file

@ -64,7 +64,7 @@
<item row="1" column="3" colspan="6">
<widget class="QTreeWidget" name="ClientTree">
<property name="columnCount">
<number>4</number>
<number>5</number>
</property>
<column>
<property name="text">
@ -86,6 +86,11 @@
<string/>
</property>
</column>
<column>
<property name="text">
<string/>
</property>
</column>
</widget>
</item>
</layout>