sfizz/plugins/editor/layout/about.fl
2021-04-05 17:50:02 +02:00

50 lines
1.1 KiB
Text

# data file for the Fltk User Interface Designer (fluid)
version 1.0305
header_name {.h}
code_name {.cxx}
widget_class aboutView {
label {About sfizz} open selected
xywh {536 183 800 475} type Double visible
} {
Fl_Box {} {
image {../resources/logo_orange.png} xywh {200 80 400 180}
class Logo
}
Fl_Button {} {
comment {tag=kTagButtonSfztools}
xywh {235 45 50 50} labelsize 30
class ButtonSfztools
}
Fl_Button {} {
comment {tag=kTagButtonGithub}
xywh {305 45 50 50} labelsize 30
class ButtonGithub
}
Fl_Button {} {
comment {tag=kTagButtonDiscord}
xywh {375 45 50 50} labelsize 30
class ButtonDiscord
}
Fl_Button {} {
comment {tag=kTagButtonOpencollective}
xywh {445 45 50 50} labelsize 30
class ButtonOpencollective
}
Fl_Button {} {
comment {tag=kTagButtonSfzformat}
xywh {515 45 50 50} labelsize 30
class ButtonSfzformat
}
Fl_Box {} {
xywh {260 260 280 80}
class InfoBox
}
Fl_Box {} {
xywh {200 350 400 100}
class DescriptionBox
}
Fl_Box lblHover_ {
xywh {320 10 160 25}
class HoverBox
}
}