diff options
Diffstat (limited to 'linden/indra/newview/llfloateranimpreview.cpp')
-rw-r--r-- | linden/indra/newview/llfloateranimpreview.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloateranimpreview.cpp b/linden/indra/newview/llfloateranimpreview.cpp index 0f46de1..0fed525 100644 --- a/linden/indra/newview/llfloateranimpreview.cpp +++ b/linden/indra/newview/llfloateranimpreview.cpp | |||
@@ -12,12 +12,12 @@ | |||
12 | * ("GPL"), unless you have obtained a separate licensing agreement | 12 | * ("GPL"), unless you have obtained a separate licensing agreement |
13 | * ("Other License"), formally executed by you and Linden Lab. Terms of | 13 | * ("Other License"), formally executed by you and Linden Lab. Terms of |
14 | * the GPL can be found in doc/GPL-license.txt in this distribution, or | 14 | * the GPL can be found in doc/GPL-license.txt in this distribution, or |
15 | * online at http://secondlife.com/developers/opensource/gplv2 | 15 | * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2 |
16 | * | 16 | * |
17 | * There are special exceptions to the terms and conditions of the GPL as | 17 | * There are special exceptions to the terms and conditions of the GPL as |
18 | * it is applied to this Source Code. View the full text of the exception | 18 | * it is applied to this Source Code. View the full text of the exception |
19 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 19 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
20 | * online at http://secondlife.com/developers/opensource/flossexception | 20 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception |
21 | * | 21 | * |
22 | * By copying, modifying or distributing this software, you acknowledge | 22 | * By copying, modifying or distributing this software, you acknowledge |
23 | * that you have read and understood your obligations described above, | 23 | * that you have read and understood your obligations described above, |
@@ -155,7 +155,6 @@ BOOL LLFloaterAnimPreview::postBuild() | |||
155 | mPlayButton->setDisabledImages("",""); | 155 | mPlayButton->setDisabledImages("",""); |
156 | 156 | ||
157 | mPlayButton->setScaleImage(TRUE); | 157 | mPlayButton->setScaleImage(TRUE); |
158 | mPlayButton->setFixedBorder(0, 0); | ||
159 | 158 | ||
160 | mStopButton = LLViewerUICtrlFactory::getButtonByName(this, "stop_btn"); | 159 | mStopButton = LLViewerUICtrlFactory::getButtonByName(this, "stop_btn"); |
161 | if (!mStopButton) | 160 | if (!mStopButton) |
@@ -170,7 +169,6 @@ BOOL LLFloaterAnimPreview::postBuild() | |||
170 | mStopButton->setDisabledImages("",""); | 169 | mStopButton->setDisabledImages("",""); |
171 | 170 | ||
172 | mStopButton->setScaleImage(TRUE); | 171 | mStopButton->setScaleImage(TRUE); |
173 | mStopButton->setFixedBorder(0, 0); | ||
174 | 172 | ||
175 | r.set(r.mRight + PREVIEW_HPAD, y, getRect().getWidth() - PREVIEW_HPAD, y - BTN_HEIGHT); | 173 | r.set(r.mRight + PREVIEW_HPAD, y, getRect().getWidth() - PREVIEW_HPAD, y - BTN_HEIGHT); |
176 | childSetCommitCallback("playback_slider", onSliderMove, this); | 174 | childSetCommitCallback("playback_slider", onSliderMove, this); |