style: unify GUI button radius
This commit is contained in:
@@ -101,10 +101,7 @@ class ApplyTab(QWidget):
|
||||
self.start_update_button.setObjectName("startUpdateButton")
|
||||
self.start_update_button.setMinimumWidth(118)
|
||||
self.start_update_button.setStyleSheet(
|
||||
"QPushButton#startUpdateButton { "
|
||||
"font-weight: 600; padding: 6px 16px; "
|
||||
f"color: {COLOR_WARNING}; border: 1px solid {COLOR_WARNING}; "
|
||||
"border-radius: 4px; }"
|
||||
_warning_outline_button_style("startUpdateButton")
|
||||
)
|
||||
self.stop_update_button = QPushButton("停止")
|
||||
self.reset_update_button = QPushButton("重置更新状态")
|
||||
@@ -829,4 +826,3 @@ class ApplyTab(QWidget):
|
||||
lines.append(str(error))
|
||||
return "\n".join(lines)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user