~azzar1/unity/lp-1165097

« back to all changes in this revision

Viewing changes to unity-shared/UnityWindowStyle.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2013-02-11 22:41:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3200.
  • Revision ID: mail@3v1n0.net-20130211224112-k1nxtougs7xgdjj5
ShutdownView: first draft implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
int UnityWindowStyle::GetCloseButtonPadding() const
44
44
{
45
 
  return 2;
 
45
  return 4;
46
46
}
47
47
 
48
48
UnityWindowStyle::BaseTexturePtr UnityWindowStyle::GetCloseIcon()