diff options
| author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2012-12-14 20:43:22 +0000 |
|---|---|---|
| committer | Tarmac <> | 2012-12-14 20:43:22 +0000 |
| commit | d61ebbcf293e48a0659ccc2b3dc949020454f7ef (patch) | |
| tree | b89552772c80fc26fdccae2634a6d0e94185fba7 /unity-shared | |
| parent | 13526b82b7eb9a8162f5f31b37052a97e3293adf (diff) | |
| parent | abd739abe2ef03caf076d92ccd3d00801d7c1e64 (diff) | |
WindowButton: move definition to external header, use nux Properties for values. Test them.
Approved by Brandon Schaefer. (bzr r2989)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/StandaloneWindowManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unity-shared/StandaloneWindowManager.cpp b/unity-shared/StandaloneWindowManager.cpp index 1dad77534..147d78124 100644 --- a/unity-shared/StandaloneWindowManager.cpp +++ b/unity-shared/StandaloneWindowManager.cpp @@ -48,8 +48,8 @@ StandaloneWindow::StandaloneWindow(Window xid) , has_decorations(true) , on_top(false) , closable(true) - , minimizable(false) - , maximizable(false) + , minimizable(true) + , maximizable(true) {} WindowManagerPtr create_window_manager() |
