summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/alignment_panel.fl')
-rw-r--r--fluid/alignment_panel.fl14
1 files changed, 3 insertions, 11 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index ce208982e..c7a8cc574 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -12,7 +12,7 @@ Function {make_project_window()} {open
} {
Fl_Window project_window {
label {Project Settings} open
- xywh {4 21 365 210} type Double
+ xywh {312 395 365 210} type Double
code0 {\#include <FL/Fl_Preferences.H>}
code1 {\#include <FL/Fl_Tooltip.H>} modal visible
} {
@@ -21,7 +21,7 @@ Function {make_project_window()} {open
callback {project_window->hide();}
tooltip {Close this dialog.} xywh {295 175 60 25}
}
- Fl_Tabs {} {open
+ Fl_Tabs {} {open selected
xywh {10 10 345 154} labelsize 11
} {
Fl_Group {} {
@@ -52,7 +52,7 @@ Function {make_project_window()} {open
}
Fl_Group {} {
label Internationalization open
- xywh {10 30 345 134} labelsize 11 hide
+ xywh {10 30 345 134} labelsize 11
} {
Fl_Choice i18n_type_chooser {
label {Use:}
@@ -93,14 +93,6 @@ Function {make_project_window()} {open
tooltip {The function to call to internationalize the labels and tooltips.} xywh {100 92 245 20} box THIN_DOWN_BOX labelsize 11 textfont 4 textsize 11
}
}
- Fl_Group {} {
- label Copyright open
- xywh {10 30 345 134} labelsize 11
- } {
- Fl_Text_Editor {} {selected
- xywh {20 40 325 114} labelsize 11 textfont 4 textsize 11
- }
- }
}
}
}