UI cleanup
This commit is contained in:
@@ -867,6 +867,7 @@ void init_menus()
|
|||||||
LLRect menuBarRect = gLoginMenuBarView->getRect();
|
LLRect menuBarRect = gLoginMenuBarView->getRect();
|
||||||
|
|
||||||
menu = new LLMenuGL(CLIENT_MENU_NAME);
|
menu = new LLMenuGL(CLIENT_MENU_NAME);
|
||||||
|
menu->setCanTearOff(FALSE);
|
||||||
menu->append(new LLMenuItemCallGL("Debug Settings...", LLFloaterSettingsDebug::show, NULL, NULL));
|
menu->append(new LLMenuItemCallGL("Debug Settings...", LLFloaterSettingsDebug::show, NULL, NULL));
|
||||||
gLoginMenuBarView->appendMenu(menu);
|
gLoginMenuBarView->appendMenu(menu);
|
||||||
menu->updateParent(LLMenuGL::sMenuContainer);
|
menu->updateParent(LLMenuGL::sMenuContainer);
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 1.0 KiB |
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||||
bottom="54" drop_shadow_visible="true" follows="left|bottom"
|
bottom="54" drop_shadow_visible="true" follows="left|bottom"
|
||||||
font="SansSerifSmall" h_pad="0" halign="left" height="16"
|
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||||
left="339" mouse_opaque="true" name="grids_combo_text" v_pad="0" width="120">
|
left="339" mouse_opaque="true" name="grids_combo_text" v_pad="0" width="120">
|
||||||
Grid:
|
Grid:
|
||||||
</text>
|
</text>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||||
bottom="54" drop_shadow_visible="true" follows="left|bottom"
|
bottom="54" drop_shadow_visible="true" follows="left|bottom"
|
||||||
font="SansSerifSmall" h_pad="0" halign="left" height="16"
|
font="SansSerif" h_pad="0" halign="left" height="16"
|
||||||
left="475" mouse_opaque="true" name="start_location_text" v_pad="0" width="120">
|
left="475" mouse_opaque="true" name="start_location_text" v_pad="0" width="120">
|
||||||
Start Location:
|
Start Location:
|
||||||
</text>
|
</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user