mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 06:20:53 +01:00
Amelioration de la gestion de l'agrandissement des dialogues
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@240 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -90,7 +90,7 @@ void ElementsPanelWidget::newElement() {
|
||||
*/
|
||||
void ElementsPanelWidget::newCategory() {
|
||||
QDialog new_category_dialog;
|
||||
new_category_dialog.setFixedSize(480, 280);
|
||||
new_category_dialog.setMinimumSize(480, 280);
|
||||
new_category_dialog.setWindowTitle(tr("Gestionnaire de cat\351gories"));
|
||||
|
||||
QVBoxLayout *layout = new QVBoxLayout(&new_category_dialog);
|
||||
|
||||
Reference in New Issue
Block a user