Переглянути джерело

modified: resources/style.qss

Satoshi Yoneda 2 тижнів тому
батько
коміт
f91661b944
2 змінених файлів з 4 додано та 2 видалено
  1. 1 1
      debian/rules
  2. 3 1
      resources/style.qss

+ 1 - 1
debian/rules

@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DUSE_NATIVE_OPTIMIZATION=1
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release

+ 3 - 1
resources/style.qss

@@ -106,7 +106,8 @@ QSlider::groove:horizontal {
 QListView {
     background-color: #1e1e1e;
     color: #e0e0e0;
-    border: none;
+    border: 1px solid #333333; /* 境界線を表示 */
+    border-radius: 4px;
 }
 
 QListView::item {
@@ -115,6 +116,7 @@ QListView::item {
 
 QCheckBox {
     color: #e0e0e0;
+    border: 1px solid #333333; /* 境界線を表示 */
 }
 
 QCheckBox::indicator {