Skip to content

Commit

Permalink
fixed sf.net ticket #414, font size of selected length in qg_selectio…
Browse files Browse the repository at this point in the history
…nwidget
  • Loading branch information
lordofbikes committed Jun 10, 2013
1 parent 80c662a commit 5f5648a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion librecad/src/ui/forms/qg_selectionwidget.cpp
Expand Up @@ -72,7 +72,9 @@ void QG_SelectionWidget::init() {
RS_SETTINGS->endGroup();

lEntities->setFont(QFont("Helvetica", fsize));
lLabel->setFont(QFont("Helvetica", fsize));
lLabel->setFont(QFont("Helvetica", fsize));
lLabelLength->setFont(QFont("Helvetica", fsize));
lTotalLength->setFont(QFont("Helvetica", fsize));
}

void QG_SelectionWidget::setNumber(int n) {
Expand Down
12 changes: 6 additions & 6 deletions librecad/src/ui/forms/qg_selectionwidget.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>116</width>
<width>240</width>
<height>32</height>
</rect>
</property>
Expand All @@ -24,7 +24,7 @@
</property>
<property name="maximumSize">
<size>
<width>160</width>
<width>240</width>
<height>50</height>
</size>
</property>
Expand Down Expand Up @@ -60,7 +60,7 @@
</property>
<property name="maximumSize">
<size>
<width>50</width>
<width>120</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -94,7 +94,7 @@
</property>
<property name="maximumSize">
<size>
<width>60</width>
<width>120</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -122,7 +122,7 @@
<widget class="QLabel" name="lEntities">
<property name="maximumSize">
<size>
<width>42</width>
<width>120</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -160,7 +160,7 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="lTotalLength">
<property name="maximumSize">
<size>
<width>42</width>
<width>120</width>
<height>16777215</height>
</size>
</property>
Expand Down

0 comments on commit 5f5648a

Please sign in to comment.