mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
try to fix scalability issue in hidpi Windows
This commit is contained in:
parent
7f12efe1ea
commit
ad84acaf59
@ -36,7 +36,7 @@ QPushButton[SelectionBtn="true"] {
|
|||||||
padding: 4px 10px 4px 10px;
|
padding: 4px 10px 4px 10px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: 18px;
|
font-size: 15pt;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ QDockWidget::close-button:hover, QDockWidget::float-button:hover {
|
|||||||
QComboBox#NotebookSelector {
|
QComboBox#NotebookSelector {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @base-background;
|
background-color: @base-background;
|
||||||
font-size: 15px;
|
font-size: 13pt;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
icon-size: 30px;
|
icon-size: 30px;
|
||||||
@ -120,7 +120,7 @@ QComboBox#NotebookSelector::down-arrow {
|
|||||||
QComboBox#NotebookSelector QListWidget {
|
QComboBox#NotebookSelector QListWidget {
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
background-color: @base-background;
|
background-color: @base-background;
|
||||||
font-size: 15px;
|
font-size: 13pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox#NotebookSelector QListWidget::item {
|
QComboBox#NotebookSelector QListWidget::item {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user