Bug 162024. Expand casa-logo when window grows.
This commit is contained in:
parent
61178ffecd
commit
cdab14ea8c
@ -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
|
||||
|
@ -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");
|
||||
|
BIN
c_gui/images/casa-logo-left.png
Normal file
BIN
c_gui/images/casa-logo-left.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
c_gui/images/casa-logo-right.png
Normal file
BIN
c_gui/images/casa-logo-right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user