summaryrefslogtreecommitdiff
path: root/src/main/resources/base
diff options
context:
space:
mode:
authorBlaine2020-06-17 11:28:37 +0530
committerBlaine2020-06-17 11:28:37 +0530
commit8454d09145277d8236f5523b1cc7d4382db4fd3e (patch)
tree6e45e00f911533c6f5fd1e200799c7969def6d76 /src/main/resources/base
parentd7a39b9108800ecc1fa5740fc3607cd11d2853a8 (diff)
downloadChemical-PFD-8454d09145277d8236f5523b1cc7d4382db4fd3e.tar.gz
Chemical-PFD-8454d09145277d8236f5523b1cc7d4382db4fd3e.tar.bz2
Chemical-PFD-8454d09145277d8236f5523b1cc7d4382db4fd3e.zip
table styling
Diffstat (limited to 'src/main/resources/base')
-rw-r--r--src/main/resources/base/app.qss11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main/resources/base/app.qss b/src/main/resources/base/app.qss
index d7500c4..5650279 100644
--- a/src/main/resources/base/app.qss
+++ b/src/main/resources/base/app.qss
@@ -265,17 +265,16 @@ customTabWidget customView {
padding: 5px;
border-radius: 2px;
}
-
+QHeaderView {
+ qproperty-defaultAlignment: AlignHCenter;
+}
QHeaderView::section {
padding: 4px;
border-style: none;
+ background-color: white;
}
-/* QHeaderView::section:vertical
-{
- border-left: 1px solid #fffff8;
-} */
-
QTableView {
border: none;
+ background-color: white;
} \ No newline at end of file