Skip to content

Commit 2563b9e

Browse files
Added auto hide contributor name to README.md
1 parent f304ed7 commit 2563b9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ Normally clicking the close button of a dock widget will just hide the widget an
190190

191191
### Auto-Hide Functionality
192192

193-
The 4.0 release of ADS added the new **Auto-Hide** feature. Thanks to the initial
194-
contribution by an ADS user, it was possible to close this long standing feature
195-
request. The "Auto Hide" feature
193+
The 4.0 release of ADS added the new **Auto-Hide** feature. Thanks to the
194+
[initial contribution](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/pull/452) by [Ahmad Syarifuddin](https://github.com/SyarifFakhri) it was
195+
possible to close this long standing [feature request](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/147). The "Auto Hide" feature
196196
allows to display more information using less screen space by hiding or showing
197-
windows pinned to one of the four dock container borders.
197+
windows pinned to one of the four dock container borders.
198198

199199
![Auto-Hide Movie](doc/AutoHide_Movie.gif)
200200

demo/demo.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ADS_OUT_ROOT = $${OUT_PWD}/..
22

33
TARGET = AdvancedDockingSystemDemo
44
DESTDIR = $${ADS_OUT_ROOT}/lib
5-
QT += core gui widgets svg
5+
QT += core gui widgets
66

77
include(../ads.pri)
88

0 commit comments

Comments
 (0)