Bug 162024. Expand casa-logo when window grows.

This commit is contained in:
Jim Norman 2006-03-31 19:52:25 +00:00
parent 61178ffecd
commit cdab14ea8c
5 changed files with 10393 additions and 10980 deletions

View File

@ -1,3 +1,7 @@
-------------------------------------------------------------------
Fri Mar 31 12:46:35 MST 2006 - jnorman@novell.com
- Bug 162024. Expand casa-logo when window grows.
-------------------------------------------------------------------
Thu Mar 30 8:40:35 MST 2006 - jnorman@novell.com
- Bug 157218. Clear views on secrets when GUI is locked

View File

@ -92,6 +92,7 @@ namespace Novell.CASA.GUI
entryNewMP2,
entryFirefoxMP;
[Glade.Widget]
Gtk.CheckButton checkbuttonFirefox,
checkbuttonMozilla,
@ -128,6 +129,11 @@ namespace Novell.CASA.GUI
mmiNetworkManager,
mmiGaim;
[Glade.Widget]
Gtk.DrawingArea drawingarea1;
#endregion
@ -304,6 +310,10 @@ namespace Novell.CASA.GUI
else
UnlockGUI();
Gdk.Color color = new Gdk.Color(90, 77, 189);
drawingarea1.ModifyBg(Gtk.StateType.Normal, color);
windowMain.Show();
Logger.DbgLog("GUI:CasaMain.InitializeGUI() - END");

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because it is too large Load Diff