From ab56d3e8aa83ea1563d363637a65bda04130acb1 Mon Sep 17 00:00:00 2001
From: Sambuddha Basu <sambuddhabasu1@gmail.com>
Date: Fri, 30 Jan 2015 11:12:11 +0530
Subject: [PATCH] Implement zoom for About this system application
---
src/apps/aboutsystem/AboutSystem.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp
index 1e8e222..11dd395 100644
a
|
b
|
|
1 | 1 | /* |
2 | | * Copyright 2005-2014, Haiku, Inc. |
| 2 | * Copyright 2005-2015, Haiku, Inc. |
3 | 3 | * Distributed under the terms of the MIT license. |
4 | 4 | * |
5 | 5 | * Authors: |
… |
… |
AboutApp::MessageReceived(BMessage* message)
|
265 | 265 | |
266 | 266 | AboutWindow::AboutWindow() |
267 | 267 | : BWindow(BRect(0, 0, 500, 300), B_TRANSLATE("About this system"), |
268 | | B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS | B_NOT_ZOOMABLE) |
| 268 | B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS) |
269 | 269 | { |
270 | 270 | SetLayout(new BGroupLayout(B_VERTICAL)); |
271 | 271 | AddChild(new AboutView()); |