Skip to content

Commit

Permalink
updated generalSettingWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
hash1018 committed Mar 30, 2021
1 parent 6e582f1 commit 5350604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Adora/Adora/Ui/Setting/GeneralSettingWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ GeneralSettingWidget::GeneralSettingWidget(QWidget *parent)
ui.uploadButton->setText(" " + getLanUiValue("MenuGeneral/Upload"));
ui.playButton->setText(" " + getLanUiValue("MenuGeneral/Play"));

ui.videoButton->setText(" " + getLanUiValue("MenuGeneral/Video"));
ui.imageButton->setText(" " + getLanUiValue("MenuGeneral/Image"));
ui.orderByButton->setText(" " + getLanUiValue("MenuGeneral/Sort"));
ui.videoButton->setText(" " + getLanUiValue("MenuGeneral/Video"));
ui.imageButton->setText(" " + getLanUiValue("MenuGeneral/Image"));
ui.orderByButton->setText(" " + getLanUiValue("MenuGeneral/Sort"));



Expand Down
3 changes: 3 additions & 0 deletions Adora/Adora/Ui/Setting/GeneralSettingWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ QPushButton#videoButton {
border:0px;
background-image: url(:/General_Menu/video);
background-color: #transparent;
font-size:13px;
}

QPushButton#videoButton:hover {
Expand All @@ -70,6 +71,7 @@ QPushButton#imageButton {
border:0px;
background-image: url(:/General_Menu/image);
background-color: #transparent;
font-size:13px;
}

QPushButton#imageButton:hover {
Expand All @@ -88,6 +90,7 @@ QPushButton#orderByButton {
border:0px;
background-image: url(:/General_Menu/sort);
background-color: #transparent;
font-size:13px;
}

QPushButton#orderByButton:hover {
Expand Down

0 comments on commit 5350604

Please sign in to comment.