Skip to content

Commit

Permalink
Fix weird coin sentry entry layout with coin control on.
Browse files Browse the repository at this point in the history
  • Loading branch information
belovachap committed Aug 26, 2019
1 parent 4b5e706 commit 8c7a9d7
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/qt/forms/sendcoinsdialog.ui
Expand Up @@ -20,7 +20,7 @@
<item>
<widget class="QFrame" name="frameCoinControl">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -54,7 +54,7 @@
<number>6</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayoutCoinControl" stretch="0,0,0,0,1">
<layout class="QVBoxLayout" name="verticalLayoutCoinControl" stretch="0,0,0,0">
<property name="spacing">
<number>0</number>
</property>
Expand Down Expand Up @@ -559,19 +559,6 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacerCoinControl">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>800</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
Expand Down Expand Up @@ -601,7 +588,7 @@
<x>0</x>
<y>0</y>
<width>830</width>
<height>238</height>
<height>297</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
Expand Down

0 comments on commit 8c7a9d7

Please sign in to comment.