Skip to content

Commit

Permalink
[DIN list] add header menu hint label
Browse files Browse the repository at this point in the history
  • Loading branch information
MIPPL committed Jan 5, 2021
1 parent b28077d commit 7793dff
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions src/qt/forms/masternodelist.ui
Expand Up @@ -262,7 +262,7 @@ width: 200px;
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0,0,0,0,0,0,0,10,50,0">
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0,0,0,0,0,0,0,0,10,0">
<property name="bottomMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -322,6 +322,33 @@ width: 200px;
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>Right click on the table header to hide / show the columns.</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Right click IP address to check node stats (55 updatemeta confirmations to appear in the list.)</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
Expand All @@ -335,16 +362,6 @@ width: 200px;
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Right click IP address to check node stats (55 updatemeta confirmations to appear in the list.)</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
Expand Down

0 comments on commit 7793dff

Please sign in to comment.