Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into master-local
Browse files Browse the repository at this point in the history
  • Loading branch information
Exslims committed Apr 1, 2017
2 parents b647341 + 2fb8294 commit a9eb048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void initContainer() {
tabbedPane.addTab("General",generalSettings);
tabbedPane.addTab("Notification panel",cbSettings);
tabbedPane.addTab("Task panel",taskBarSettings);
tabbedPane.addTab("Help",new HelpPanel());
// tabbedPane.addTab("Help",new HelpPanel());
tabbedPane.addTab("Support",new SupportPanel());
tabbedPane.addTab("About",new AboutPanel());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void initHeaderPanel(){
headerPanel.add(frameTitleLabel, BorderLayout.CENTER);

miscPanel.setBackground(AppThemeColor.TRANSPARENT);
hideButton = componentsFactory.getIconButton("app/close.png", 14, AppThemeColor.FRAME_ALPHA, "Hide");
hideButton = componentsFactory.getIconButton("app/close.png", 14, AppThemeColor.FRAME_ALPHA, "");
hideButton.setBorder(BorderFactory.createEmptyBorder(0,0,0,2));
hideButton.addMouseListener(new MouseAdapter() {
@Override
Expand Down

0 comments on commit a9eb048

Please sign in to comment.