Skip to content

Commit

Permalink
GUI: Fix remaining item naming conflicts
Browse files Browse the repository at this point in the history
Github-Pull: #2663
Rebased-From: 7483ef4
  • Loading branch information
Fuzzbawls authored and furszy committed Dec 11, 2021
1 parent 5925150 commit 1a55752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/qt/pivx/forms/proposalinfodialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ background:transparent;
</widget>
</item>
<item>
<widget class="QLabel" name="labelDividerID">
<widget class="QLabel" name="labelDividerName">
<property name="maximumSize">
<size>
<width>16777215</width>
Expand All @@ -422,8 +422,8 @@ background:transparent;
</widget>
</item>
<item>
<widget class="QWidget" name="gridName" native="true">
<layout class="QGridLayout" name="contentConfDateStatus">
<widget class="QWidget" name="gridRecipient" native="true">
<layout class="QGridLayout" name="contentRecipient">
<property name="leftMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -486,7 +486,7 @@ background:transparent;
</widget>
</item>
<item>
<widget class="QLabel" name="labelDividerName">
<widget class="QLabel" name="labelDividerRecipient">
<property name="maximumSize">
<size>
<width>16777215</width>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/pivx/proposalinfodialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ProposalInfoDialog::ProposalInfoDialog(QWidget *parent) :
setCssProperty(ui->frame, "container-dialog");
setCssProperty(ui->labelTitle, "text-title-dialog");
setCssProperty({ui->labelAmount, ui->labelName, ui->labelUrl, ui->labelRecipient, ui->labelPosVotes, ui->labelId, ui->labelNegVotes, ui->labelEndDate, ui->labelDate, ui->labelStatus}, "text-subtitle");
setCssProperty({ui->labelDividerID, ui->labelDividerChange, ui->labelDividerMemo}, "container-divider");
setCssProperty({ui->labelDividerID, ui->labelDividerName, ui->labelDividerRecipient, ui->labelDividerChange, ui->labelDividerMemo}, "container-divider");
setCssProperty({ui->textAmount, ui->textName, ui->textUrl, ui->textRecipient, ui->textPosVotes, ui->textId, ui->textNegVotes, ui->textEndDate, ui->textDate, ui->textStatus} , "text-body3-dialog");
setCssProperty({ui->pushCopy, ui->btnUrlCopy, ui->btnNameCopy}, "ic-copy-big");
setCssProperty(ui->btnEsc, "ic-close");
Expand Down

0 comments on commit 1a55752

Please sign in to comment.