diff options
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 1bfa207c2..dc7ad3ee1 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -158,15 +158,15 @@ Function {make_settings_window()} {open } { MenuItem {} { label Default - xywh {0 0 35 25} labelsize 14 + xywh {0 0 35 25} } MenuItem {} { label None - xywh {0 0 35 25} labelsize 14 + xywh {0 0 35 25} } MenuItem {} { label Plastic - xywh {0 0 35 25} labelsize 14 + xywh {0 0 35 25} } } Fl_Group {} { @@ -300,8 +300,8 @@ Function {make_shell_window()} {open Function {make_layout_window()} {open } { Fl_Window grid_window { - label {Layout Settings} - xywh {676 337 275 240} type Double non_modal visible + label {Layout Settings} selected + xywh {676 337 285 245} type Double non_modal visible } { Fl_Input horizontal_input { label x @@ -333,7 +333,7 @@ Function {make_layout_window()} {open Fl_Button {} { label Close callback {grid_window->hide();} - tooltip {Close this dialog.} xywh {205 205 60 25} + tooltip {Close this dialog.} xywh {215 210 60 25} } Fl_Box {} { label {Grid:} @@ -348,7 +348,7 @@ Function {make_layout_window()} {open } { Fl_Round_Button {def_widget_size[0]} { user_data 8 user_data_type long - callback default_widget_size_cb selected + callback default_widget_size_cb xywh {105 115 70 25} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { @@ -357,7 +357,7 @@ Function {make_layout_window()} {open } Fl_Round_Button {def_widget_size[1]} { user_data 11 user_data_type long - callback default_widget_size_cb selected + callback default_widget_size_cb xywh {180 115 70 25} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { @@ -366,7 +366,7 @@ Function {make_layout_window()} {open } Fl_Round_Button {def_widget_size[2]} { user_data 14 user_data_type long - callback default_widget_size_cb selected + callback default_widget_size_cb xywh {105 140 70 25} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { @@ -375,7 +375,7 @@ Function {make_layout_window()} {open } Fl_Round_Button {def_widget_size[3]} { user_data 18 user_data_type long - callback default_widget_size_cb selected + callback default_widget_size_cb xywh {180 140 90 25} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { @@ -384,7 +384,7 @@ Function {make_layout_window()} {open } Fl_Round_Button {def_widget_size[4]} { user_data 24 user_data_type long - callback default_widget_size_cb selected + callback default_widget_size_cb xywh {105 165 75 25} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { @@ -393,7 +393,7 @@ Function {make_layout_window()} {open } Fl_Round_Button {def_widget_size[5]} { user_data 32 user_data_type long - callback default_widget_size_cb selected + callback default_widget_size_cb xywh {180 165 95 25} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { |
