opt: qt modern style modification

the original mordern style hidden the drag handler of toolbar, when drag the dictionary toolbar to the left dock area,it can never moved to other places
This commit is contained in:
Xiao YiFang 2022-08-18 20:58:27 +08:00
parent f5882816c9
commit 40625a92b0

View file

@ -27,8 +27,6 @@ MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
/* remove the main toolbar handle */ /* remove the main toolbar handle */
#navToolbar::handle, #dictionaryBar::handle { #navToolbar::handle, #dictionaryBar::handle {
image: none; image: none;
width: 0px;
margin-left: 1px;
} }
#navToolbar #scanPopupButton { #navToolbar #scanPopupButton {