diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-31 23:36:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-01 10:46:46 +0100 |
commit | 145d5ab1cd2b721dccf388884cc824d267fc2986 (patch) | |
tree | d258a1012ee1ca8c5545d5e515117afb15213f98 | |
parent | fbf0988d22248b8098a7645b55db383070961b99 (diff) |
remove dangling helpids...
and bring the listbox beside its label
Change-Id: I51f7e0b204b8a033f13d132b16444e06e0927e53
-rw-r--r-- | reportdesign/inc/helpids.hrc | 1 | ||||
-rw-r--r-- | reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui | 36 |
2 files changed, 19 insertions, 18 deletions
diff --git a/reportdesign/inc/helpids.hrc b/reportdesign/inc/helpids.hrc index 635c4b5357fe..ec0d16360749 100644 --- a/reportdesign/inc/helpids.hrc +++ b/reportdesign/inc/helpids.hrc @@ -41,7 +41,6 @@ #define HID_RPT_SORTORDER "REPORTDESIGN_HID_RPT_SORTORDER" #define HID_RPT_GROUPSBRW "REPORTDESIGN_HID_RPT_GROUPSBRW" #define HID_RPT_GROUPSSORTING_DLG "REPORTDESIGN_HID_RPT_GROUPSSORTING_DLG" -#define HID_RPT_PAGENUMBERS_DLG "REPORTDESIGN_HID_RPT_PAGENUMBERS_DLG" #define HID_RPT_DATETIME_DLG "REPORTDESIGN_HID_RPT_DATETIME_DLG" #define HID_RPT_CONDFORMAT_DLG "REPORTDESIGN_HID_RPT_CONDFORMAT_DLG" #define HID_RPT_CONDFORMAT_TB "REPORTDESIGN_HID_RPT_CONDFORMAT_TB" diff --git a/reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui b/reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui index 1ffdc8e2c6ac..60955352dc92 100644 --- a/reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui +++ b/reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui @@ -198,11 +198,13 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkComboBoxText" id="alignment"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> <property name="entry_text_column">0</property> <property name="id_column">1</property> @@ -223,7 +225,6 @@ <object class="GtkLabel" id="alignment_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="hexpand">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Alignment:</property> <property name="use_underline">True</property> @@ -236,6 +237,22 @@ <property name="height">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="shownumberonfirstpage"> + <property name="label" translatable="yes">Show Number on First Page</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + <property name="width">2</property> + <property name="height">1</property> + </packing> + </child> </object> </child> </object> @@ -257,21 +274,6 @@ <property name="position">2</property> </packing> </child> - <child> - <object class="GtkCheckButton" id="shownumberonfirstpage"> - <property name="label" translatable="yes">Show Number on First Page</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">3</property> - </packing> - </child> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> @@ -327,7 +329,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> - <property name="position">4</property> + <property name="position">3</property> </packing> </child> </object> |