diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-02 12:59:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-02 12:59:43 +0200 |
commit | 82ffb9b11a6f5bc94c658a10d6c2c21c0f217d18 (patch) | |
tree | e4ae39dd2917226f2fe38972a998b45bb32b0f06 /facetracknoir/facetracknoir.ui | |
parent | afbec6a10b1e718fed134f61295e92f1e94770d4 (diff) |
UI cleanup, tracking overlay already provides that information. Expose one internal value less.
Diffstat (limited to 'facetracknoir/facetracknoir.ui')
-rw-r--r-- | facetracknoir/facetracknoir.ui | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/facetracknoir/facetracknoir.ui b/facetracknoir/facetracknoir.ui index ee5fb5b0..fca13902 100644 --- a/facetracknoir/facetracknoir.ui +++ b/facetracknoir/facetracknoir.ui @@ -1482,7 +1482,7 @@ background:none;</string> <property name="geometry">
<rect>
<x>10</x>
- <y>20</y>
+ <y>12</y>
<width>231</width>
<height>169</height>
</rect>
@@ -1698,39 +1698,6 @@ color:white;</string> </property>
</widget>
</widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>231</width>
- <height>50</height>
- </rect>
- </property>
- <property name="title">
- <string>Status</string>
- </property>
- <property name="flat">
- <bool>true</bool>
- </property>
- <widget class="QLabel" name="txtTracking">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>10</y>
- <width>101</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border:none;
-color: rgb(0, 255, 0);</string>
- </property>
- <property name="text">
- <string>Tracking</string>
- </property>
- </widget>
- </widget>
</widget>
<widget class="QWidget" name="widget4logo" native="true">
<property name="geometry">
|