ui: removed auto refresh
This commit is contained in:
@@ -3,7 +3,3 @@ QToolTip {
|
||||
color: black;
|
||||
font-size: <setting:font_size>pt;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Roboto";
|
||||
}
|
||||
|
||||
@@ -22,12 +22,7 @@ QPushButton:pressed {
|
||||
}
|
||||
|
||||
#refresh_button {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-top-left-radius: 12px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#auto_refresh_button {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
/*border-bottom-left-radius: 12px;*/
|
||||
/*border-top-left-radius: 12px;*/
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
* {
|
||||
font-size: 12pt;
|
||||
font-family: "Roboto";
|
||||
}
|
||||
|
||||
#title {
|
||||
|
||||
Reference in New Issue
Block a user