Remove extra clang-format options

This commit is contained in:
Konstantinos Sideris 2017-10-01 12:11:33 +03:00
parent 18e9fd6ada
commit 0c0ac68bc2
30 changed files with 61 additions and 120 deletions

View file

@ -16,9 +16,9 @@ public:
setFont(font);
setStyleSheet(
"QMenu { color: black; background-color: white; margin: 0px;}"
"QMenu::item { color: black; padding: 7px 20px; border: 1px solid transparent; "
"margin: "
"2px 0px; }"
"QMenu::item {"
"color: black; padding: 7px 20px; border: 1px solid transparent;"
"margin: 2px 0px; }"
"QMenu::item:selected { color: black; background: rgba(180, 180, 180, 100); }");
};