mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
fix:stylesheet does not applied on GroupComboBox
This commit is contained in:
parent
f960c2f046
commit
ce4640d649
4
main.cc
4
main.cc
|
@ -302,7 +302,9 @@ int main( int argc, char ** argv )
|
|||
|
||||
app.setApplicationName( "GoldenDict" );
|
||||
app.setOrganizationDomain( "http://goldendict.org/" );
|
||||
app.setStyle(new GdAppStyle);
|
||||
|
||||
//this line will forbid stylesheet applying on GroupComboBox
|
||||
// app.setStyle(new GdAppStyle);
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );
|
||||
|
|
Loading…
Reference in a new issue