mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-22 04:29:58 +01:00
Minor : resize autonumberingmanagementw widget for long translation
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4655 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -189,7 +189,7 @@ void ProjectMainConfigPage::initLayout() {
|
|||||||
main_layout0 -> addWidget(project_variables_label_);
|
main_layout0 -> addWidget(project_variables_label_);
|
||||||
main_layout0 -> addWidget(project_variables_);
|
main_layout0 -> addWidget(project_variables_);
|
||||||
setLayout(main_layout0);
|
setLayout(main_layout0);
|
||||||
this -> setMinimumWidth(630);
|
this -> setMinimumWidth(780);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -374,7 +374,7 @@ void ProjectAutoNumConfigPage::initLayout() {
|
|||||||
//Auto Numbering Tab
|
//Auto Numbering Tab
|
||||||
tab_widget->addTab(autoNumbering_tab_widget,tr ("Folio Auto Numbering"));
|
tab_widget->addTab(autoNumbering_tab_widget,tr ("Folio Auto Numbering"));
|
||||||
|
|
||||||
tab_widget->resize(540,590);
|
tab_widget->resize(850,590);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -712,6 +712,6 @@ void ProjectAutoNumConfigPage::tabChanged(int i){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tab_widget->resize(540,tab_widget->height());
|
tab_widget->resize(850,tab_widget->height());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>520</width>
|
<width>650</width>
|
||||||
<height>550</height>
|
<height>550</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -75,8 +75,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>500</width>
|
<width>630</width>
|
||||||
<height>495</height>
|
<height>498</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
|||||||
Reference in New Issue
Block a user