软件界面适配深色模式
修改了<体动标注>中按钮的颜色显示规则
This commit is contained in:
@ -346,6 +346,8 @@ class MainWindow_precisely_align(QMainWindow):
|
||||
self.ax4_xlime = None
|
||||
self.ax4_ylime = None
|
||||
|
||||
self.ui.textBrowser_info.setStyleSheet("QTextBrowser { background-color: rgb(255, 255, 200); }")
|
||||
|
||||
self.msgBox = QMessageBox()
|
||||
self.msgBox.setWindowTitle(Constants.MAINWINDOW_MSGBOX_TITLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user