Skip to content

Commit 259d0d2

Browse files
committed
Improved @about tab on main form
1 parent 3c9b1ee commit 259d0d2

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

redis-desktop-manager/forms/demo.ui

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -520,15 +520,9 @@ aa|bb Either aa or bb.
520520
<style>a {color: darkblue; text-decoration: none}</style>
521521
<body style="width:100%;"><div style="font-size:20pt; padding-top:10px;"><img style="float:left;" src=":/images/logo.png"/><div style=" font-size:24pt; margin-left: 100px; margin-top:2px; display: inline-block; padding-left:50px;">Redis Desktop Manager</div><div style="margin-left: 100px; display: inline-block; padding-left:53px; font-size: 11px; line-height: 21px"><b>Cross-platform GUI application for managing Redis.</b> <br /><b>Version</b> %VERSION%     Developed by - <a href="http://glide.name/?rdm">Igor Malinovskiy</a> </div>
522522

523-
<div style="font-size: 10px">Third Party Libs and Images:<a href="http://qt-project.org/"> QT (GPL License)</a>; <a href="http://libqxt.org/">Qxt (GPL License)</a> , <a href="http://www.libssh2.org">libssh2 (BSD License)</a>, <a href="http://www.carlosprioglio.com/">Redis Logo</a></div>
523+
<div style="font-size: 11px; margin: 10px 0;">Many thanks to <b><a href="http://redisdesktop.com/#contributors">Our amazing contributors</a></b> and <b><a href="http://redisdesktop.com/community">community</a></b>
524+
<div style="font-size: 10px">Third Party Libs and Images:<a href="http://qt-project.org/"> Qt5</a>; <a href="http://libqxt.org/">Qxt</a> , <a href="http://www.libssh2.org">libssh2</a>, <a href="http://code.google.com/p/google-breakpad/">google breakpad</a>, <a href="https://github.com/uglide/QtConsole">QtConsole</a>, <a href="http://www.carlosprioglio.com/">Redis Logo</a></div>
524525

525-
<div style="font-size: 10px;">Thanks to:  
526-
<a href="https://github.com/stalker-druid/">Alexander Arshinov</a>,
527-
<a href="https://github.com/loginwashere">Dmitriy Savchenko</a>,
528-
<a href="https://github.com/Dyachenko">Yevgeniy Dyachenko</a>,
529-
<a href="https://github.com/AntonShevchuk">Anton Shevchuk</a>, <br />
530-
<a href="https://github.com/leonko">Leonid Batizhevsky</a>,
531-
<a href="https://github.com/mrThe">mrThe</a>
532526
</div>
533527

534528

redis-desktop-manager/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef RDM_VERSION
2-
#define RDM_VERSION "0.7.0-dev"
2+
#define RDM_VERSION "0.7.0"
33
#endif // !RDM_VERSION

0 commit comments

Comments
 (0)