Skip to content

Commit

Permalink
Remove horizontal scrolling, set dialog min size
Browse files Browse the repository at this point in the history
and switch margins for a better display
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 30, 2022
1 parent 320471b commit b983aa3
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions src/ui/qgsdatumtransformdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,39 @@
<x>0</x>
<y>0</y>
<width>651</width>
<height>433</height>
<height>450</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>450</height>
</size>
</property>
<property name="windowTitle">
<string>Select Datum Transformations</string>
</property>
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
Expand All @@ -27,22 +48,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>633</width>
<height>384</height>
<width>651</width>
<height>419</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
<number>9</number>
</property>
<property name="topMargin">
<number>0</number>
<number>9</number>
</property>
<property name="rightMargin">
<number>0</number>
<number>9</number>
</property>
<property name="bottomMargin">
<number>0</number>
<number>9</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit">
Expand Down

0 comments on commit b983aa3

Please sign in to comment.