Skip to content

Commit 90520b3

Browse files
committed
Post-rebase fix
1 parent 05d0258 commit 90520b3

File tree

1 file changed

+3
-69
lines changed

1 file changed

+3
-69
lines changed

src/gui/configurationDialog.ui

Lines changed: 3 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,6 +2321,7 @@
23212321
</property>
23222322
</widget>
23232323
</item>
2324+
23242325
<item row="1" column="2">
23252326
<widget class="QCheckBox" name="nutationCheckBox">
23262327
<property name="toolTip">
@@ -2331,6 +2332,7 @@
23312332
</property>
23322333
</widget>
23332334
</item>
2335+
23342336
<item row="1" column="1">
23352337
<widget class="QCheckBox" name="topocentricCheckBox">
23362338
<property name="toolTip">
@@ -2782,75 +2784,7 @@
27822784
</property>
27832785
</widget>
27842786
</item>
2785-
2786-
<item row="0" column="3" rowspan="2">
2787-
<layout class="QGridLayout" name="gridLayoutInclude">
2788-
<property name="spacing">
2789-
<number>0</number>
2790-
</property>
2791-
<item row="1" column="2">
2792-
<layout class="QHBoxLayout" name="horizontalLayout_IncludeNutAberr">
2793-
<item>
2794-
<widget class="QCheckBox" name="aberrationCheckBox">
2795-
<property name="toolTip">
2796-
<string>Annual aberration is an annual wobble in positions, amounting to max. about 20 arcseconds for observers on Earth.</string>
2797-
</property>
2798-
<property name="text">
2799-
<string>Aberration</string>
2800-
</property>
2801-
</widget>
2802-
</item>
2803-
<item>
2804-
<widget class="QDoubleSpinBox" name="aberrationSpinBox">
2805-
<property name="toolTip">
2806-
<string>Exaggerate aberration (for didactic explanations)</string>
2807-
</property>
2808-
<property name="decimals">
2809-
<number>1</number>
2810-
</property>
2811-
<property name="maximum">
2812-
<double>5.000000000000000</double>
2813-
</property>
2814-
<property name="singleStep">
2815-
<double>0.100000000000000</double>
2816-
</property>
2817-
<property name="value">
2818-
<double>1.000000000000000</double>
2819-
</property>
2820-
</widget>
2821-
</item>
2822-
</layout>
2823-
</item>
2824-
<item row="0" column="1" colspan="2">
2825-
<widget class="QCheckBox" name="topocentricCheckBox">
2826-
<property name="toolTip">
2827-
<string>Activate to view as seen from surface of the planet (recommended). If switched off, display planetocentric view.</string>
2828-
</property>
2829-
<property name="text">
2830-
<string>Topocentric coordinates</string>
2831-
</property>
2832-
</widget>
2833-
</item>
2834-
<item row="1" column="1">
2835-
<widget class="QCheckBox" name="nutationCheckBox">
2836-
<property name="toolTip">
2837-
<string>Nutation is a small wobble of Earth's axis, amounting to a few arcseconds.</string>
2838-
</property>
2839-
<property name="text">
2840-
<string>Nutation</string>
2841-
</property>
2842-
</widget>
2843-
</item>
2844-
<item row="0" column="0">
2845-
<widget class="QLabel" name="label_Include">
2846-
<property name="text">
2847-
<string>Include </string>
2848-
</property>
2849-
</widget>
2850-
</item>
2851-
</layout>
2852-
</item>
2853-
2787+
28542788
</layout>
28552789
</widget>
28562790
</item>

0 commit comments

Comments
 (0)