Skip to content

Commit

Permalink
metadexcanceldialog.ui : add missing field for address
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Apr 10, 2015
1 parent 0f5baed commit 64b6084
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion src/qt/forms/metadexcanceldialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_2">
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<weight>75</weight>
Expand All @@ -44,6 +44,61 @@
<property name="styleSheet">
<string notr="true">padding-bottom:4px;</string>
</property>
<property name="text">
<string>Cancellation Address:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>8</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="fromCombo"/>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>8</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding-top:10px;padding-bottom:4px;</string>
</property>
<property name="text">
<string>Cancellation Type:</string>
</property>
Expand Down

0 comments on commit 64b6084

Please sign in to comment.