diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-06 13:54:28 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-05-12 20:46:10 +0200 |
| commit | 51c7c7029ede4e92f00ad5bd9da816397ed3d495 (patch) | |
| tree | 59d064d79fe48f64139a6c55e98521b3ce8e8337 /src | |
| parent | [QT] change transaction amount and height in overview page (diff) | |
| download | discoin-51c7c7029ede4e92f00ad5bd9da816397ed3d495.tar.xz discoin-51c7c7029ede4e92f00ad5bd9da816397ed3d495.zip | |
[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 48d0dd093..df06f3683 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -21,15 +21,21 @@ <string>This is a normal payment.</string> </property> <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Sunken</enum> + <enum>QFrame::NoFrame</enum> </property> <layout class="QGridLayout" name="gridLayout"> - <property name="spacing"> + <property name="topMargin"> + <number>8</number> + </property> + <property name="bottomMargin"> + <number>4</number> + </property> + <property name="horizontalSpacing"> <number>12</number> </property> + <property name="verticalSpacing"> + <number>8</number> + </property> <item row="0" column="0"> <widget class="QLabel" name="payToLabel"> <property name="text"> @@ -193,6 +199,13 @@ </property> </widget> </item> + <item row="4" column="0" colspan="2"> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> </layout> </widget> <widget class="QFrame" name="SendCoins_UnauthenticatedPaymentRequest"> @@ -618,10 +631,7 @@ <bool>true</bool> </property> <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Sunken</enum> + <enum>QFrame::NoFrame</enum> </property> <layout class="QGridLayout" name="gridLayout_is"> <property name="spacing"> @@ -1150,10 +1160,7 @@ <bool>true</bool> </property> <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Sunken</enum> + <enum>QFrame::NoFrame</enum> </property> <layout class="QGridLayout" name="gridLayout_s"> <property name="spacing"> |