From eac2082e82353fe049b1dd9fdbcca98bea6c6949 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Tue, 4 Jun 2024 11:07:08 +0400 Subject: [PATCH] Unify operation progress bar appearance --- apps/opencs/view/doc/operation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/opencs/view/doc/operation.cpp b/apps/opencs/view/doc/operation.cpp index 2d4200689f..571413af1b 100644 --- a/apps/opencs/view/doc/operation.cpp +++ b/apps/opencs/view/doc/operation.cpp @@ -95,11 +95,12 @@ void CSVDoc::Operation::setBarColor(int type) QString style = "QProgressBar {" "text-align: center;" + "border: 1px solid #4e4e4e;" "}" "QProgressBar::chunk {" "background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 %1, stop:.50 %2 stop: .51 %3 stop:1 %4);" "text-align: center;" - "margin: 2px 2px 2px 2px;" + "margin: 2px;" "}"; QString topColor = "#9e9e9e";