1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-31 02:50:17 +03:00

Changed trustee list's vertical size policy

Vertical size policy is changed from expanding to preffered
for trustee list in the security tab.
This commit is contained in:
Semyon Knyazev 2024-10-10 19:59:07 +04:00
parent bd03fa4df4
commit 0988c5c756

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>669</width>
<height>627</height>
<width>521</width>
<height>578</height>
</rect>
</property>
<property name="windowTitle">
@ -23,6 +23,18 @@
</item>
<item>
<widget class="QTreeView" name="trustee_view">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>