[Kstars-devel] KDE/kdeedu/kstars/kstars/tools

Prakash Mohan prak902000 at gmail.com
Thu Mar 26 14:48:46 CET 2009


SVN commit 944918 by prakash:

Fixing a bug in the Altitude vs Time dialog, the label in the last line should be 'Equinox' not 'Epoch'
Thanks for the patch Aliyas!

BUG:125097
CCMAIL:kstars-devel at kde.org


 M  +2 -18     altvstime.ui  


--- trunk/KDE/kdeedu/kstars/kstars/tools/altvstime.ui #944917:944918
@@ -41,14 +41,6 @@
       <number>0</number>
      </property>
      <widget class="QWidget" name="tab" >
-      <property name="geometry" >
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>587</width>
-        <height>140</height>
-       </rect>
-      </property>
       <attribute name="title" >
        <string>Sources</string>
       </attribute>
@@ -172,7 +164,7 @@
          <item row="3" column="0" >
           <widget class="QLabel" name="textLabel3" >
            <property name="text" >
-            <string>Epoch:</string>
+            <string>Equinox:</string>
            </property>
           </widget>
          </item>
@@ -223,16 +215,8 @@
       </layout>
      </widget>
      <widget class="QWidget" name="tab" >
-      <property name="geometry" >
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>840</width>
-        <height>420</height>
-       </rect>
-      </property>
       <attribute name="title" >
-       <string>Date &amp; Location</string>
+       <string>Date &amp;&amp; Location</string>
       </attribute>
       <layout class="QVBoxLayout" >
        <property name="spacing" >


More information about the Kstars-devel mailing list