Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rekols committed Jul 18, 2018
1 parent b57e9b8 commit 80dcb4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rekols Dictionary

一款Deepin平台下的词典,基于Qt开发,使用有道词典API,占用内存小。
一款 Deepin 平台下的词典,基于 Qt / Dtk 开发,使用有道词典 API,占用内存小。

## 编译依赖

Expand All @@ -19,9 +19,7 @@

## License

![](http://www.gnu.org/graphics/gplv3-127x51.png)
Copyright © 2018 Unshun White(Rekols)

Copyright © 2018 Anjun Steven(Rekols)

This project is licensed under version 3 of the GNU General Public License.
This project is licensed under WTFPL(Do What The Fuck You Want To Public License).

2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MainWindow::MainWindow(QWidget *parent)
m_mainLayout->addWidget(m_dictPage);

titlebar()->setCustomWidget(m_toolBar, Qt::AlignVCenter, false);
titlebar()->setSeparatorVisible(true);
titlebar()->setBackgroundTransparent(true);
titlebar()->setFixedHeight(45);

centralWidget->setLayout(m_mainLayout);
Expand Down

0 comments on commit 80dcb4c

Please sign in to comment.