aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-04-17 02:49:39 +0800
committerFederico Mena Quintero <federico@novell.com>2010-04-17 02:49:39 +0800
commit98ea99d234fdc116fac7e0aad98e4bba167cf14b (patch)
tree92e0c02e452e02b7908962502d81f905f3438188
parent61749c2f98eb15145791a2bc715e94317cdfd565 (diff)
downloadgsoc2013-evolution-98ea99d234fdc116fac7e0aad98e4bba167cf14b.tar.gz
gsoc2013-evolution-98ea99d234fdc116fac7e0aad98e4bba167cf14b.tar.zst
gsoc2013-evolution-98ea99d234fdc116fac7e0aad98e4bba167cf14b.zip
Move the 12/24 hour widgets to the top of their section
It doesn't make sense for them to be between the options for the first and second timezones. Signed-off-by: Federico Mena Quintero <federico@novell.com>
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.ui87
1 files changed, 44 insertions, 43 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.ui b/calendar/gui/dialogs/cal-prefs-dialog.ui
index 2ffefb8730..469006a5eb 100644
--- a/calendar/gui/dialogs/cal-prefs-dialog.ui
+++ b/calendar/gui/dialogs/cal-prefs-dialog.ui
@@ -219,25 +219,41 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label_time_format">
+ <object class="ETimezoneEntry" id="timezone">
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Time format:</property>
+ <accessibility>
+ <relation type="labelled-by" target="timezone_label"/>
+ </accessibility>
</object>
<packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="timezone_label">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Time _zone:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">timezone</property>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox_time_format">
+ <object class="GtkHBox" id="hbox_use_system_timezone">
<property name="visible">True</property>
- <property name="spacing">6</property>
<child>
- <object class="GtkRadioButton" id="use_12_hour">
- <property name="label" translatable="yes">_12 hour (AM/PM)</property>
+ <object class="GtkCheckButton" id="use-system-tz-check">
+ <property name="label" translatable="yes">Use s_ystem time zone</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -246,19 +262,14 @@
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkRadioButton" id="use_24_hour">
- <property name="label" translatable="yes">_24 hour</property>
+ <object class="GtkLabel" id="system-tz-label">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">use_12_hour</property>
+ <property name="xpad">5</property>
+ <property name="label">(system/tz)</property>
</object>
<packing>
<property name="expand">False</property>
@@ -270,34 +281,16 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
- <object class="ETimezoneEntry" id="timezone">
- <property name="visible">True</property>
- <accessibility>
- <relation type="labelled-by" target="timezone_label"/>
- </accessibility>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="timezone_label">
+ <object class="GtkLabel" id="label_time_format">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Time _zone:</property>
- <property name="use_underline">True</property>
- <property name="mnemonic_widget">timezone</property>
+ <property name="label" translatable="yes">Time format:</property>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
@@ -305,27 +298,34 @@
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox_use_system_timezone">
+ <object class="GtkHBox" id="hbox_time_format">
<property name="visible">True</property>
+ <property name="spacing">6</property>
<child>
- <object class="GtkCheckButton" id="use-system-tz-check">
- <property name="label" translatable="yes">Use s_ystem time zone</property>
+ <object class="GtkRadioButton" id="use_12_hour">
+ <property name="label" translatable="yes">_12 hour (AM/PM)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
+ <property name="active">True</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="system-tz-label">
+ <object class="GtkRadioButton" id="use_24_hour">
+ <property name="label" translatable="yes">_24 hour</property>
<property name="visible">True</property>
- <property name="xpad">5</property>
- <property name="label">(system/tz)</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">use_12_hour</property>
</object>
<packing>
<property name="expand">False</property>
@@ -338,6 +338,7 @@
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
@@ -1440,8 +1441,8 @@
</object>
<object class="GtkSizeGroup" id="day_begins_ends_sizegroup">
<widgets>
- <widget name="day_start_label"/>
<widget name="day_end_label"/>
+ <widget name="day_start_label"/>
</widgets>
</object>
</interface>
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-251-1/+1 * lang/rust: Bump revisions after 1.63.0Mikael Urankar2022-08-251-1/+1 * lang/rust: Bump revisions after 1.62.0Mikael Urankar2022-07-021-1/+1 * lang/rust: Bump revisions after 1.61.0Mikael Urankar2022-05-311-1/+1 * lang/rust: Relink ports after the Rust 1.60.0 updateTobias Kortkamp2022-05-031-1/+1 * framework: convert bsd.gstreamer.mk to Uses/gstreamer.mkTobias C. Berner2022-04-301-2/+2 * textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-111-1/+1 * textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1 * lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-151-1/+1 * lang/rust: Relink consumersTobias Kortkamp2022-02-031-1/+1 * net-im/fractal: unbreak build with Meson 0.61.0Jan Beich2022-01-242-0/+5 * lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-171-1/+1 * lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-051-1/+1 * *: Rebuild for Rust 1.56.0Tobias Kortkamp2021-10-251-0/+1 * net-im/fractal: Add CPE informationStefan Eßer2021-10-191-1/+2 * INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-111-1/+0 * net-im/fractal: update to 4.4.0Greg V2021-09-213-9/+11 * *: Rebuild lang/rust consumers after the 1.55.0 updateTobias Kortkamp2021-09-191-1/+1 * lang/rust: Rebuild consumers for 1.54.0Mikael Urankar2021-08-281-1/+1 * net-im/fractal: respect RUSTFLAGSEvgeniy Khramtsov2021-08-171-1/+2 * net-im/fractal: fix build on powerpcPiotr Kubaj2021-07-121-0/+62 * lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-271-1/+1 * Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-121-1/+1 * One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0 * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 * Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-301-1/+1 * lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1 * lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-1/+1 * lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1 * lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-1/+1 * Update libhandy to 1.0.0 which is needed by recently gnomeBaptiste Daroussin2020-09-171-2/+2 * lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-311-1/+1 * lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1 * lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-311-1/+1 * lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-171-1/+1 * lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-051-1/+1 * lang/rust: Update to 1.43.0Tobias Kortkamp2020-04-231-1/+1 * lang/rust: Update to 1.42.0Tobias Kortkamp2020-03-131-1/+1 * lang/rust: Update to 1.41.1Tobias Kortkamp2020-02-271-1/+1 * lang/rust: Update to 1.41.0Tobias Kortkamp2020-01-311-0/+1 * Update gstreamer1 to 1.16.2.Koop Mast2020-01-2711-318/+17 * lang/rust: Update to 1.40.0Tobias Kortkamp2019-12-201-1/+1 * lang/rust, Mk/Uses/cargo.mk: Drop gmake build dependency for backtrace-sysTobias Kortkamp2019-11-301-1/+1 * lang/rust: Update to 1.39.0Tobias Kortkamp2019-11-081-1/+1 * lang/rust: Update to 1.38.0Tobias Kortkamp2019-09-27