mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Tweak help & report window looks.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3332 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
58c6b88a3c
commit
9710cb661c
@ -5038,6 +5038,9 @@ create_Help_Window (void)
|
||||
(GtkDestroyNotify) gtk_widget_unref);
|
||||
gtk_widget_show (help_toolbar);
|
||||
gtk_container_add (GTK_CONTAINER (handlebox1), help_toolbar);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (help_toolbar), 2);
|
||||
gtk_toolbar_set_space_style (GTK_TOOLBAR (help_toolbar), GTK_TOOLBAR_SPACE_LINE);
|
||||
gtk_toolbar_set_button_relief (GTK_TOOLBAR (help_toolbar), GTK_RELIEF_NONE);
|
||||
|
||||
help_paned = gtk_hpaned_new ();
|
||||
gtk_widget_ref (help_paned);
|
||||
@ -5245,6 +5248,9 @@ create_Report_Window (void)
|
||||
(GtkDestroyNotify) gtk_widget_unref);
|
||||
gtk_widget_show (report_toolbar);
|
||||
gtk_container_add (GTK_CONTAINER (handlebox2), report_toolbar);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (report_toolbar), 2);
|
||||
gtk_toolbar_set_space_style (GTK_TOOLBAR (report_toolbar), GTK_TOOLBAR_SPACE_LINE);
|
||||
gtk_toolbar_set_button_relief (GTK_TOOLBAR (report_toolbar), GTK_RELIEF_NONE);
|
||||
|
||||
report_paned = gtk_hpaned_new ();
|
||||
gtk_widget_ref (report_paned);
|
||||
|
@ -7357,11 +7357,12 @@ Click "Cancel" to abort the QIF import process.</text>
|
||||
<widget>
|
||||
<class>GtkToolbar</class>
|
||||
<name>help_toolbar</name>
|
||||
<border_width>2</border_width>
|
||||
<orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
|
||||
<type>GTK_TOOLBAR_BOTH</type>
|
||||
<space_size>5</space_size>
|
||||
<space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
|
||||
<relief>GTK_RELIEF_NORMAL</relief>
|
||||
<space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
|
||||
<relief>GTK_RELIEF_NONE</relief>
|
||||
<tooltips>True</tooltips>
|
||||
|
||||
<widget>
|
||||
@ -7681,11 +7682,12 @@ words.
|
||||
<widget>
|
||||
<class>GtkToolbar</class>
|
||||
<name>report_toolbar</name>
|
||||
<border_width>2</border_width>
|
||||
<orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
|
||||
<type>GTK_TOOLBAR_BOTH</type>
|
||||
<space_size>5</space_size>
|
||||
<space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
|
||||
<relief>GTK_RELIEF_NORMAL</relief>
|
||||
<space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
|
||||
<relief>GTK_RELIEF_NONE</relief>
|
||||
<tooltips>True</tooltips>
|
||||
|
||||
<widget>
|
||||
|
Loading…
Reference in New Issue
Block a user