Page MenuHomePhabricator

D21200.diff
No OneTemporary

D21200.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
Sat, Mar 8, 5:48 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7374624
Default Alt Text
D21200.diff (530 B)

Event Timeline