Skip to content

Commit

Permalink
Updated library manager dialog ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Sep 12, 2019
1 parent 9036c19 commit 0ca9024
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/maven/forms/librarydialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>492</width>
<height>281</height>
<width>1000</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Library Manger</string>
<string>Library Manager</string>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
Expand Down Expand Up @@ -56,9 +56,9 @@
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QTreeWidget" name="treeWidget">
<widget class="QTreeWidget" name="treeWidget">
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
<enum>QAbstractItemView::MultiSelection</enum>
</property>
<property name="expandsOnDoubleClick">
<bool>true</bool>
Expand Down

0 comments on commit 0ca9024

Please sign in to comment.