~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to src/PanelTray.cpp

  • Committer: Gord Allott
  • Author(s): Andrea Azzarone
  • Date: 2011-05-23 16:51:56 UTC
  • mfrom: (1187.2.1 fix-722178)
  • Revision ID: gord.allott@canonical.com-20110523165156-91r5xc5684u3ltt2
Merging in Andrea Azzarones branch to fix the window title fade - fixes lp:722178

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  gtk_window_set_skip_pager_hint (GTK_WINDOW (_window), TRUE);
39
39
  gtk_window_set_skip_taskbar_hint (GTK_WINDOW (_window), TRUE);
40
40
  gtk_window_resize (GTK_WINDOW (_window), 1, 24);
 
41
  SetMinMaxSize (1, 24);
41
42
  gtk_window_move (GTK_WINDOW (_window), 200, 12);
42
43
  gtk_widget_set_name (_window, "UnityPanelApplet");
43
44
  gtk_widget_set_colormap (_window, gdk_screen_get_rgba_colormap (gdk_screen_get_default ()));