QTfrontend/ui/page/pagecampaign.cpp
branchwebgl
changeset 9521 8054d9d775fd
parent 9306 c9978ada9a3d
child 9998 736015b847e3
equal deleted inserted replaced
9282:92af50454cf2 9521:8054d9d775fd
    40     infoLayout->setColumnStretch(4, 1);
    40     infoLayout->setColumnStretch(4, 1);
    41     infoLayout->setRowStretch(0, 1);
    41     infoLayout->setRowStretch(0, 1);
    42     infoLayout->setRowStretch(1, 1);
    42     infoLayout->setRowStretch(1, 1);
    43 
    43 
    44     // set this as default image first time page is created, this will change in hwform.cpp
    44     // set this as default image first time page is created, this will change in hwform.cpp
    45     btnPreview = formattedButton(":/res/campaign/A Classic Fairytale/first_blood.png", true);
    45     btnPreview = formattedButton(":/res/campaign/A_Classic_Fairytale/first_blood.png", true);
    46     infoLayout->setAlignment(btnPreview, Qt::AlignHCenter | Qt::AlignVCenter);
    46     infoLayout->setAlignment(btnPreview, Qt::AlignHCenter | Qt::AlignVCenter);
    47 
    47 
    48     lbldescription = new QLabel();
    48     lbldescription = new QLabel();
    49     lbldescription->setAlignment(Qt::AlignHCenter| Qt::AlignTop);
    49     lbldescription->setAlignment(Qt::AlignHCenter| Qt::AlignTop);
    50     lbldescription->setWordWrap(true);
    50     lbldescription->setWordWrap(true);