mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 16:18:48 -05:00
StyleSheet Rewrite
Use QDarkStyle to make Standard_Dark.qss and Standard_Light.qss Use Widget name to stylize them.
This commit is contained in:
parent
16ca0dc52c
commit
d7981f3811
772 changed files with 12162 additions and 11459 deletions
|
|
@ -166,7 +166,7 @@ void AvatarDialog::loadAvatarWidget()
|
|||
message += "\n RetroShare/stickers\n RetroShare/Data/stickers\n RetroShare/Data/Location/stickers";
|
||||
ui->nostickersLabel->setText(message);
|
||||
} else {
|
||||
ui->infoframe->hide();
|
||||
ui->info_Frame->hide();
|
||||
}
|
||||
|
||||
bool bOnlyOneGroup = (stickerTabs.count() == 1);
|
||||
|
|
@ -272,7 +272,7 @@ void AvatarDialog::loadAvatarWidget()
|
|||
loadToolTips(firstpage);
|
||||
|
||||
//Get widget's size
|
||||
QSize sizeWidget = ui->avatarWidget->sizeHint();
|
||||
//QSize sizeWidget = ui->avatarWidget->sizeHint();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue