From 92932fb1b029c2cd97983ac58c3afdde32a0e99f Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 14 Apr 2013 18:56:41 -0700 Subject: [PATCH] Mixer/Plugin chooser: Add shortcuts for all and favorites views. --- mixer/src/Plugin_Chooser_UI.fl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mixer/src/Plugin_Chooser_UI.fl b/mixer/src/Plugin_Chooser_UI.fl index ff3e064..811242d 100644 --- a/mixer/src/Plugin_Chooser_UI.fl +++ b/mixer/src/Plugin_Chooser_UI.fl @@ -10,26 +10,26 @@ decl {\#include } {public global widget_class Plugin_Chooser_UI { label {Plugin Selector} open - xywh {823 366 735 500} type Double resizable size_range {740 0 740 0} visible + xywh {825 389 735 500} type Double resizable size_range {740 0 740 0} visible } { Fl_Group {} {open xywh {10 5 155 20} } { Fl_Round_Button all_button { - label All - xywh {10 5 50 20} type Radio down_box ROUND_DOWN_BOX value 1 + label {&All} + xywh {10 5 50 20} type Radio down_box ROUND_DOWN_BOX shortcut 0x80061 value 1 } Fl_Round_Button favorites_button { - label Favorites - xywh {65 5 100 20} type Radio down_box ROUND_DOWN_BOX + label {&Favorites} + xywh {65 5 100 20} type Radio down_box ROUND_DOWN_BOX shortcut 0x80066 } } - Fl_Group {} {open selected + Fl_Group {} {open xywh {5 29 725 77} box UP_FRAME code0 {o->resizable(0);} } { Fl_Input name_input { - label {Name:} + label {Name:} selected xywh {75 38 300 24} labelsize 12 textsize 13 } Fl_Input author_input {