Skip to content

Commit

Permalink
Change message dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashSameni committed Jul 19, 2021
1 parent c4b7bfe commit 73de572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/messagedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MessageDialog::MessageDialog(QString text, QString title, QWidget *parent, bool
if(!get_num)
{
ui->txtNumber->hide();
setFixedSize(450, 140);
resize(490, 140);
}

if(title == "Error" && !is_sound_muted)
Expand Down
2 changes: 1 addition & 1 deletion client/messagedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<width>490</width>
<height>177</height>
</rect>
</property>
Expand Down

0 comments on commit 73de572

Please sign in to comment.