Page MenuHomePhabricator

D21200.id50491.diff
No OneTemporary

D21200.id50491.diff

diff --git a/src/view/layout/PHUICurtainView.php b/src/view/layout/PHUICurtainView.php
--- a/src/view/layout/PHUICurtainView.php
+++ b/src/view/layout/PHUICurtainView.php
@@ -19,9 +19,9 @@
$panel = new PHUICurtainPanelView();
$this->addPanel($panel);
- // By default, application panels go at the bottom of the curtain, below
+ // By default, application panels go at the top of the curtain, above
// extension panels.
- $panel->setOrder(100000);
+ $panel->setOrder(1000);
return $panel;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 27, 6:38 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7374624
Default Alt Text
D21200.id50491.diff (530 B)

Event Timeline