Skip to content

Commit

Permalink
opt: do not hide seperator and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Dec 25, 2024
1 parent b454708 commit e9d09f5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/stylesheets/qt-modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,4 @@
QMainWindow::separator {
width: 1px; /* when vertical */
height: 1px; /* when horizontal */
}

ScanPopup #goBackButtonAA,
/* ScanPopup #queryError, */
ScanPopup #goForwardButtonAA,
ScanPopup #wordListButtonXX,
ScanPopup #pronounceButtonAA,
ScanPopup #sendWordButtonXX
/* ScanPopup #showDictionaryBar, */
/* ScanPopup #pinButton */ {
width: 0px;
height: 0px;
margin: -4px;
}
}

0 comments on commit e9d09f5

Please sign in to comment.