fix gui element

This commit is contained in:
DenioD
2020-04-29 22:16:33 +02:00
parent e3e537b1a4
commit e263719206

View File

@@ -14,7 +14,7 @@
<string>SilentDragonLite</string> <string>SilentDragonLite</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset> <iconset resource="../application.qrc">
<normaloff>:/icons/res/icon.ico</normaloff>:/icons/res/icon.ico</iconset> <normaloff>:/icons/res/icon.ico</normaloff>:/icons/res/icon.ico</iconset>
</property> </property>
<widget class="QWidget" name="centralWidget"> <widget class="QWidget" name="centralWidget">
@@ -1356,7 +1356,7 @@
<rect> <rect>
<x>340</x> <x>340</x>
<y>490</y> <y>490</y>
<width>61</width> <width>331</width>
<height>17</height> <height>17</height>
</rect> </rect>
</property> </property>
@@ -1466,7 +1466,7 @@
<widget class="QLabel" name="label_42"> <widget class="QLabel" name="label_42">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>410</x> <x>690</x>
<y>490</y> <y>490</y>
<width>67</width> <width>67</width>
<height>17</height> <height>17</height>
@@ -1736,6 +1736,8 @@
<tabstop>minerFeeAmt</tabstop> <tabstop>minerFeeAmt</tabstop>
<tabstop>sendToScrollArea</tabstop> <tabstop>sendToScrollArea</tabstop>
</tabstops> </tabstops>
<resources/> <resources>
<include location="../application.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>