Change the minimum conductor text size to 3

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5053 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-09-28 07:51:58 +00:00
parent 2934f769c6
commit 2a8d4920a1
2 changed files with 5 additions and 5 deletions

View File

@@ -112,9 +112,9 @@ ConductorProperties ConductorPropertiesWidget::properties() const
else if (ui -> m_singlewire_gb -> isChecked()) properties_.type = ConductorProperties::Single;
properties_.color = ui -> m_color_pb->palette().color(QPalette::Button);
properties_.m_bicolor = ui->m_color_2_gb->isChecked();
properties_.m_color_2 = ui->m_color_2_pb->palette().color(QPalette::Button);
properties_.m_dash_size = ui->m_dash_size_sb->value();
properties_.m_bicolor = ui->m_color_2_gb->isChecked();
properties_.m_color_2 = ui->m_color_2_pb->palette().color(QPalette::Button);
properties_.m_dash_size = ui->m_dash_size_sb->value();
properties_.style = ui -> m_line_style_cb->itemData(ui->m_line_style_cb->currentIndex()).value<QPen>().style();
properties_.m_formula = ui->m_formula_le->text();
properties_.text = ui -> m_text_le -> text();

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>504</width>
<height>480</height>
<height>566</height>
</rect>
</property>
<property name="windowTitle">
@@ -97,7 +97,7 @@
<string/>
</property>
<property name="minimum">
<number>5</number>
<number>3</number>
</property>
<property name="maximum">
<number>9</number>