summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-11-03 22:16:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-11-03 22:16:52 +0000
commit309e21c9fd3d0a46963c538ba50b21b1dacbf64a (patch)
tree043c3726c9c192a4a982748fa1a1cfb21fde2a3f /fluid/alignment_panel.fl
parent1b43ec76904a2199a1413afdb92a53b8c6fb96ac (diff)
Fix new GUI panels to conform to HIG.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4632 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.fl')
-rw-r--r--fluid/alignment_panel.fl24
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 {} {