mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-04 02:12:21 +08:00
fix: 左侧菜单字体大小变化
This commit is contained in:
parent
828f1a0f05
commit
1c5f31da6f
@ -510,6 +510,9 @@ void Widget::updateUI()
|
|||||||
* left_list[i]->setFont(temp);
|
* left_list[i]->setFont(temp);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
QFont temp;
|
||||||
|
temp.setFamily(temp.defaultFamily());
|
||||||
|
left_list[i]->setFont(temp);
|
||||||
left_list[i]->setFixedHeight(38);
|
left_list[i]->setFixedHeight(38);
|
||||||
if(themeIsDark)
|
if(themeIsDark)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user