Skip to content

Commit

Permalink
Default Style|Stereo 3D: Added an icon for 3D & VR config
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 22, 2013
1 parent dc9d476 commit 4c201e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doomsday/client/data/defaultstyle.pack/images.dei
Expand Up @@ -24,6 +24,7 @@ image gear { path = "graphics/gear.png" }
image display { path = "graphics/display.png" }
image network { path = "graphics/network.png" }
image renderer { path = "graphics/renderer.png" }
image vr { path = "graphics/vr.png" }
image input { path = "graphics/input.png" }
image audio { path = "graphics/audio.png" }
image updater { path = "graphics/updater.png" }
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/widgets/taskbarwidget.cpp
Expand Up @@ -365,7 +365,7 @@ TaskBarWidget::TaskBarWidget() : GuiWidget("taskbar"), d(new Instance(this))
*/
d->configMenu->items()
<< new ui::SubwidgetItem(style().images().image("renderer"), tr("Renderer"), ui::Left, makePopup<RendererSettingsDialog>)
<< new ui::SubwidgetItem(style().images().image("renderer") /* <-todo */, tr("3D & VR"), ui::Left, makePopup<VRSettingsDialog>)
<< new ui::SubwidgetItem(style().images().image("vr"), tr("3D & VR"), ui::Left, makePopup<VRSettingsDialog>)
<< new ui::Item(ui::Item::Separator)
<< new ui::SubwidgetItem(style().images().image("display"), tr("Video"), ui::Left, makePopup<VideoSettingsDialog>)
<< new ui::SubwidgetItem(style().images().image("audio"), tr("Audio"), ui::Left, makePopup<AudioSettingsDialog>)
Expand Down

0 comments on commit 4c201e7

Please sign in to comment.