Move about icons a bit left

This commit is contained in:
Jean Pierre Cimalando 2021-04-09 02:35:44 +02:00
parent 9c9f681991
commit a7cc260fb8
2 changed files with 19 additions and 19 deletions

View file

@ -18,33 +18,33 @@ widget_class aboutView {
xywh {200 260 400 100}
class DescriptionBox
}
Fl_Box lblHover_ {selected
xywh {465 435 315 25} labelsize 12 hide
Fl_Box lblHover_ {
xywh {460 435 315 25} labelsize 12 hide
class HoverBox
}
Fl_Button {} {
comment {tag=kTagButtonSfztools} selected
xywh {465 405 40 40} labelsize 30
comment {tag=kTagButtonSfztools}
xywh {460 405 40 40} labelsize 30
class ButtonSfztools
}
Fl_Button {} {
comment {tag=kTagButtonGithub} selected
xywh {535 405 40 40} labelsize 30
comment {tag=kTagButtonGithub}
xywh {530 405 40 40} labelsize 30
class ButtonGithub
}
Fl_Button {} {
comment {tag=kTagButtonDiscord} selected
xywh {605 405 40 40} labelsize 30
comment {tag=kTagButtonDiscord}
xywh {600 405 40 40} labelsize 30
class ButtonDiscord
}
Fl_Button {} {
comment {tag=kTagButtonOpencollective} selected
xywh {675 405 40 40} labelsize 30
comment {tag=kTagButtonOpencollective}
xywh {670 405 40 40} labelsize 30
class ButtonOpencollective
}
Fl_Button {} {
comment {tag=kTagButtonSfzformat} selected
xywh {745 405 40 40} labelsize 30
comment {tag=kTagButtonSfzformat}
xywh {740 405 40 40} labelsize 30
class ButtonSfzformat
}
Fl_Box {} {
@ -61,7 +61,7 @@ System}
%HostProgram%
%HostCPU%
%HostBits% bits
%HostOS%}
%HostOS%} selected
xywh {105 375 345 90} align 20
class SysInfoValueBox
}

View file

@ -7,19 +7,19 @@ auto* const view__2 = createInfoBox(CRect(260, 180, 540, 260), -1, "", kCenterTe
view__0->addView(view__2);
auto* const view__3 = createDescriptionBox(CRect(200, 260, 600, 360), -1, "", kCenterText, 14);
view__0->addView(view__3);
auto* const view__4 = createHoverBox(CRect(465, 435, 780, 460), -1, "", kCenterText, 12);
auto* const view__4 = createHoverBox(CRect(460, 435, 775, 460), -1, "", kCenterText, 12);
lblHover_ = view__4;
view__0->addView(view__4);
view__4->setVisible(false);
auto* const view__5 = createButtonSfztools(CRect(465, 405, 505, 445), kTagButtonSfztools, "", kCenterText, 30);
auto* const view__5 = createButtonSfztools(CRect(460, 405, 500, 445), kTagButtonSfztools, "", kCenterText, 30);
view__0->addView(view__5);
auto* const view__6 = createButtonGithub(CRect(535, 405, 575, 445), kTagButtonGithub, "", kCenterText, 30);
auto* const view__6 = createButtonGithub(CRect(530, 405, 570, 445), kTagButtonGithub, "", kCenterText, 30);
view__0->addView(view__6);
auto* const view__7 = createButtonDiscord(CRect(605, 405, 645, 445), kTagButtonDiscord, "", kCenterText, 30);
auto* const view__7 = createButtonDiscord(CRect(600, 405, 640, 445), kTagButtonDiscord, "", kCenterText, 30);
view__0->addView(view__7);
auto* const view__8 = createButtonOpencollective(CRect(675, 405, 715, 445), kTagButtonOpencollective, "", kCenterText, 30);
auto* const view__8 = createButtonOpencollective(CRect(670, 405, 710, 445), kTagButtonOpencollective, "", kCenterText, 30);
view__0->addView(view__8);
auto* const view__9 = createButtonSfzformat(CRect(745, 405, 785, 445), kTagButtonSfzformat, "", kCenterText, 30);
auto* const view__9 = createButtonSfzformat(CRect(740, 405, 780, 445), kTagButtonSfzformat, "", kCenterText, 30);
view__0->addView(view__9);
auto* const view__10 = createSysInfoKeyBox(CRect(15, 375, 105, 465), -1, "Format\nHost\nProcessor\nAddress\nSystem", kLeftText, 14);
view__0->addView(view__10);