From b95895b3e189b821a4d623f3c990c4192b0c1c24 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Wed, 16 Sep 2009 12:55:07 +0800 Subject: [PATCH] STYLE: label more homogeneous --- ViewerManager/View/otbImageViewerManagerViewGroup.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ViewerManager/View/otbImageViewerManagerViewGroup.fl b/ViewerManager/View/otbImageViewerManagerViewGroup.fl index f3c52507c3..9a75f488aa 100644 --- a/ViewerManager/View/otbImageViewerManagerViewGroup.fl +++ b/ViewerManager/View/otbImageViewerManagerViewGroup.fl @@ -69,7 +69,7 @@ class ImageViewerManagerViewGroup {open Fl_Button guiOpenImage { label {Open image} callback {OpenImage();} - tooltip {Open an image in a new image viewer} xywh {489 46 95 24} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x6f color 23 selection_color 23 labelcolor 186 + tooltip {Open an image in a new image viewer} xywh {489 46 95 24} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x6f color 23 selection_color 23 labelcolor 186 } Fl_Button guiCloseImage { label {Close image} @@ -206,7 +206,7 @@ class ImageViewerManagerViewGroup {open tooltip {Leave the link set up interface} xywh {400 175 90 30} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0xff0d color 23 selection_color 23 labelcolor 186 } Fl_Browser guiLinkListRight { - label SecondImage + label Second image tooltip {List of image viewers already linked with the selected image viewer} xywh {307 25 235 75} type Hold box EMBOSSED_BOX color 54 selection_color 20 labelcolor 186 align 1 textcolor 187 } } -- GitLab