Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI improvements #32

Merged
merged 14 commits into from
Oct 1, 2019
Prev Previous commit
Next Next commit
Overviewpage.ui fixes
  • Loading branch information
rausi authored Sep 20, 2019
commit 6e0614546bbe1af6d8f78af4b339f1b158b85683
36 changes: 17 additions & 19 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1016</width>
<width>1022</width>
<height>493</height>
</rect>
</property>
Expand Down Expand Up @@ -338,20 +338,6 @@ font-size:26px;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="styleSheet">
<string notr="true">font-size:26px;
color:#39df7b;</string>
</property>
<property name="text">
<string>TZC</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
Expand Down Expand Up @@ -477,7 +463,7 @@ font-size:16px;</string>
</property>
<property name="minimumSize">
<size>
<width>252</width>
<width>257</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -567,14 +553,14 @@ font-size:16px;</string>
<item>
<widget class="QLabel" name="labelStakingStatus">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>59</width>
<width>67</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -643,6 +629,12 @@ font-size:24px;</string>
</item>
<item>
<widget class="QPushButton" name="btn_copyClipboard">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
Expand Down Expand Up @@ -696,6 +688,12 @@ outline: none;
</item>
<item>
<widget class="QPushButton" name="btn_showQR">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
Expand Down Expand Up @@ -735,7 +733,7 @@ outline: none;
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down