Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d87377b

Browse files
committedMar 2, 2017
add new icons #35
1 parent 806fb9b commit d87377b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎fastqt.ico

1.83 KB
Binary file not shown.

‎fastqt.png

3.71 KB
Loading

‎ui/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void AboutDialog::addTab(const QString &textFile)
6969
void AboutDialog::drawHeader()
7070
{
7171
int pHeight = 90;
72-
int pMargin = 25;
72+
int pMargin = 15;
7373

7474
mHeader->setMinimumHeight(pHeight);
7575
mHeader->setFrameShape(QFrame::StyledPanel);

0 commit comments

Comments
 (0)
Please sign in to comment.