Skip to content

Commit

Permalink
layout request changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Neoperol authored and furszy committed Aug 28, 2019
1 parent 317b7be commit e8f1ea6
Showing 1 changed file with 29 additions and 43 deletions.
72 changes: 29 additions & 43 deletions src/qt/pivx/forms/requestdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="1,0,1,0">
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="1,0,0">
<property name="spacing">
<number>0</number>
</property>
Expand All @@ -54,7 +54,7 @@
<number>30</number>
</property>
<property name="bottomMargin">
<number>20</number>
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
Expand Down Expand Up @@ -151,7 +151,7 @@
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="page_1">
<property name="minimumSize">
Expand Down Expand Up @@ -188,18 +188,24 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
<height>30</height>
</size>
</property>
</spacer>
</item>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="labelMessage">
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="text">
<string>Lorem ipsum dolor sit amet, consectur cling elit, sed do </string>
</property>
Expand All @@ -217,7 +223,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -233,30 +239,23 @@
<number>5</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>0</number>
<widget class="QLabel" name="labelSubtitleAmount">
<property name="minimumSize">
<size>
<width>350</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>Amount</string>
</property>
<item>
<widget class="QLabel" name="labelSubtitleAmount">
<property name="minimumSize">
<size>
<width>350</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>Amount</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="layoutAmount" native="true">
Expand Down Expand Up @@ -537,7 +536,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down Expand Up @@ -613,19 +612,6 @@
</widget>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QWidget" name="buttonsStack" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_5">
Expand Down

0 comments on commit e8f1ea6

Please sign in to comment.