Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15328551
D21200.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
530 B
Referenced Files
None
Subscribers
None
D21200.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D21200: Put application curtain panels above extension curtain panels
Attached
Detach File
Event Timeline
Log In to Comment