Delta team/fix comment ui #10

Merged
gitea-admin merged 21 commits from delta-team/fix-comment-UI into main 2026-09-09 16:46:16 +00:00
Showing only changes of commit 8423bfc9a8 - Show all commits
+4 -2
View File
@@ -11,11 +11,13 @@ from PySide6.QtCore import Qt
from PySide6.QtWidgets import QStyledItemDelegate
# ---- kích thước ---------------------------------------------------------
_NAV_EXPANDED_WIDTH = 150
_NAV_EXPANDED_WIDTH = 232
_NAV_COLLAPSED_WIDTH = 54
_NAV_ROW_INSET = 8
_NAV_ROW_GAP = 6
_NAV_MIN_WIDTH = 132
# 132 -> 232: o 132px nhan "Cuoc tro chuyen moi" bi cat mat chu. San phai du
# rong cho nhan DAI NHAT tren thanh, khong phai cho nhan trung binh.
_NAV_MIN_WIDTH = 232
_NAV_MAX_SHARE = 0.22
_NAV_MAX_CEILING = 360