fix address field size
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>4</number>
|
<number>2</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@@ -400,7 +400,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1226</width>
|
<width>1226</width>
|
||||||
<height>504</height>
|
<height>493</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="sendToLayout">
|
<layout class="QVBoxLayout" name="sendToLayout">
|
||||||
@@ -713,7 +713,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Receive</string>
|
<string>Receive</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||||
<item>
|
<item>
|
||||||
@@ -1315,6 +1315,17 @@
|
|||||||
<addaction name="menuHelp"/>
|
<addaction name="menuHelp"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QStatusBar" name="statusBar"/>
|
<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">
|
<action name="actionExit">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>E&xit</string>
|
<string>E&xit</string>
|
||||||
@@ -1450,7 +1461,6 @@
|
|||||||
<tabstop>rdioZSAddr</tabstop>
|
<tabstop>rdioZSAddr</tabstop>
|
||||||
<tabstop>rdioTAddr</tabstop>
|
<tabstop>rdioTAddr</tabstop>
|
||||||
<tabstop>listReceiveAddresses</tabstop>
|
<tabstop>listReceiveAddresses</tabstop>
|
||||||
<tabstop>btnReceiveNewAddr</tabstop>
|
|
||||||
<tabstop>txtReceive</tabstop>
|
<tabstop>txtReceive</tabstop>
|
||||||
<tabstop>rcvLabel</tabstop>
|
<tabstop>rcvLabel</tabstop>
|
||||||
<tabstop>rcvUpdateLabel</tabstop>
|
<tabstop>rcvUpdateLabel</tabstop>
|
||||||
|
|||||||
Reference in New Issue
Block a user