Browse Source

fix address field size

pull/57/head
Denio 4 years ago
parent
commit
76821ec780
  1. 18
      src/mainwindow.ui

18
src/mainwindow.ui

@ -22,7 +22,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>4</number>
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@ -400,7 +400,7 @@
<x>0</x>
<y>0</y>
<width>1226</width>
<height>504</height>
<height>493</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@ -713,7 +713,7 @@
<attribute name="title">
<string>Receive</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
@ -1315,6 +1315,17 @@
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<action name="actionExit">
<property name="text">
<string>E&amp;xit</string>
@ -1450,7 +1461,6 @@
<tabstop>rdioZSAddr</tabstop>
<tabstop>rdioTAddr</tabstop>
<tabstop>listReceiveAddresses</tabstop>
<tabstop>btnReceiveNewAddr</tabstop>
<tabstop>txtReceive</tabstop>
<tabstop>rcvLabel</tabstop>
<tabstop>rcvUpdateLabel</tabstop>

Loading…
Cancel
Save