Show the right number of samples afte Open; remove shadows from menu bars

Sat Mar 26 19:26:52 2005  Søren Sandmann  <sandmann@redhat.com>

	* sysprof.c: Show the right number of samples afte Open; remove
	shadows from menu bars and toolbars; some other tweaks.
This commit is contained in:
Søren Sandmann
2005-03-27 00:31:01 +00:00
committed by Søren Sandmann Pedersen
parent cc25479579
commit 398603a85d
4 changed files with 251 additions and 208 deletions

View File

@ -25,7 +25,7 @@
<property name="spacing">0</property>
<child>
<widget class="GtkMenuBar" id="menubar1">
<widget class="GtkMenuBar" id="menubar">
<property name="visible">True</property>
<child>
@ -205,6 +205,17 @@
</packing>
</child>
<child>
<widget class="GtkHSeparator" id="hseparator1">
<property name="visible">True</property>
</widget>
<packing>
<property name="padding">2</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
@ -212,7 +223,7 @@
<property name="spacing">0</property>
<child>
<widget class="GtkToolbar" id="toolbar1">
<widget class="GtkToolbar" id="toolbar">
<property name="visible">True</property>
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<property name="tooltips">True</property>
@ -330,7 +341,7 @@
</child>
<child>
<widget class="GtkToolbar" id="toolbar2">
<widget class="GtkToolbar" id="samples-toolbar">
<property name="visible">True</property>
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>